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
array
getAllowedMethods() : array
array
getFieldName() : string
string
getFieldValue() : string
string
isAllowedMethod(string $method) : bool
string
bool
toString() : string
Returns in form of "NAME: VALUE"
string
$methods : array