ApaiIO\Request\RequestInterface::perform PHP Метод

perform() публичный Метод

Performs the request
public perform ( ApaiIO\Operations\OperationInterface $operation, ApaiIO\Configuration\ConfigurationInterface $configuration ) : mixed
$operation ApaiIO\Operations\OperationInterface
$configuration ApaiIO\Configuration\ConfigurationInterface
Результат mixed The response of the request
    public function perform(OperationInterface $operation, ConfigurationInterface $configuration);
RequestInterface