Class shardimage\shardimagephpapi\web\requests\CustomRequest
Inheritance | shardimage\shardimagephpapi\web\requests\CustomRequest » shardimage\shardimagephpapi\web\requests\BaseRequest |
---|
Custom 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() | Returns the body. | shardimage\shardimagephpapi\web\requests\BaseRequest |
getHeaders() | Returns the headers in array. | shardimage\shardimagephpapi\web\requests\BaseRequest |
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\CustomRequest |
formatUriParam() | shardimage\shardimagephpapi\web\requests\BaseRequest | |
parseUrlParams() | shardimage\shardimagephpapi\web\requests\BaseRequest | |
prepareUrlReplaceParams() | Prepares replace array | shardimage\shardimagephpapi\web\requests\BaseRequest |