Method | Description | |
---|---|---|
getConfig ( ) | ||
processAction ( ) | ||
setRequest ( Zend\Http\Request $request ) | Set the request object manually |
Method | Description | |
---|---|---|
getBodyParams ( boolean $useTrees ) : array | Get the body params | |
getHeaderType ( Zend\Http\Headers $headers, string $header ) : string | Get the mediatype from a given header |
protected getBodyParams ( boolean $useTrees ) : array | ||
$useTrees | boolean | |
return | array |
protected getHeaderType ( Zend\Http\Headers $headers, string $header ) : string | ||
$headers | Zend\Http\Headers | |
$header | string | |
return | string |
public setRequest ( Zend\Http\Request $request ) | ||
$request | Zend\Http\Request |