RequestInterface

Extends \Dumkaaa\Boxberry\Api\Common\Message\MessageInterface

Интерфейс запроса

package

Dumkaaa\Boxberry\Api\Common\Message

Methods

getData

getData() : mixed
inherited

Response

mixed

Возвращает все параметры запроса

getParameters() : array

Response

array

Возвращает полученный ответ

getResponse() : \Dumkaaa\Boxberry\Api\Common\Message\ResponseInterface

Инициализация параметров запроса

initialize(array $parameters = array()) : $this

Arguments

$parameters

array

Response

$this

Отправка запроса

send() : \Dumkaaa\Boxberry\Api\Common\Message\ResponseInterface