Class shardimage\shardimagephpapi\web\requests\FileRequest
Inheritance | shardimage\shardimagephpapi\web\requests\FileRequest » shardimage\shardimagephpapi\web\requests\BaseRequest |
---|
File request handler.
Protected Properties
Property | Type | Description | Defined By |
---|---|---|---|
$request | shardimage\shardimagephpapi\api\Request | API request object | shardimage\shardimagephpapi\web\requests\BaseRequest |
$service | shardimage\shardimagephpapi\services\Client|shardimage\shardimagephpapi\services\Server | Service | shardimage\shardimagephpapi\web\requests\BaseRequest |
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | Creates the request handler. | shardimage\shardimagephpapi\web\requests\BaseRequest |
getBody() | {@inheritdoc} | shardimage\shardimagephpapi\web\requests\FileRequest |
getHeaders() | {@inheritdoc} | shardimage\shardimagephpapi\web\requests\FileRequest |
getMethod() | Returns the HTTP method. | shardimage\shardimagephpapi\web\requests\BaseRequest |
getUri() | Returns the uri after replacing the parameters. | shardimage\shardimagephpapi\web\requests\BaseRequest |
Protected Methods
Method | Description | Defined By |
---|---|---|
buildUri() | {@inheritdoc} | shardimage\shardimagephpapi\web\requests\FileRequest |
formatUriParam() | shardimage\shardimagephpapi\web\requests\BaseRequest | |
parseUrlParams() | shardimage\shardimagephpapi\web\requests\BaseRequest | |
prepareUrlReplaceParams() | Prepares replace array | shardimage\shardimagephpapi\web\requests\BaseRequest |