allowMethods()
denyMethods()
disallowMethods()
fromString()
getAllMethods()
getAllowedMethods()
getFieldName()
getFieldValue()
isAllowedMethod()
toString()
$methods
Allow Header
| link | http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.7 |
|---|
allowMethods(array | string $allowedMethods) : \Zend\Http\Header\Allow
denyMethods(array | string $disallowedMethods) : \Zend\Http\Header\Allow
disallowMethods(array | string $disallowedMethods) : \Zend\Http\Header\Allow
fromString(string $headerLine) : \Zend\Http\Header\Allow
string
\Zend\Http\Header\Exception\InvalidArgumentException |
|---|
getAllMethods() : array
arraygetAllowedMethods() : array
arraygetFieldName() : string
stringgetFieldValue() : string
stringisAllowedMethod(string $method) : bool
string
booltoString() : string
Returns in form of "NAME: VALUE"
string$methods : array