Свойство | Type | Description | |
---|---|---|---|
$configuration | ApaiIO\Configuration\ConfigurationInterface | Configuration. |
Méthode | Description | |
---|---|---|
__construct ( ApaiIO\Configuration\ConfigurationInterface $configuration ) | ||
runOperation ( ApaiIO\Operations\OperationInterface $operation ) : mixed | Runs the given operation. |
Méthode | Description | |
---|---|---|
applyResponseTransformer ( mixed $response ) : mixed | Applies a responsetransformer. |
public __construct ( ApaiIO\Configuration\ConfigurationInterface $configuration ) | ||
$configuration | ApaiIO\Configuration\ConfigurationInterface |
protected applyResponseTransformer ( mixed $response ) : mixed | ||
$response | mixed | The response of the request |
Résultat | mixed |
public runOperation ( ApaiIO\Operations\OperationInterface $operation ) : mixed | ||
$operation | ApaiIO\Operations\OperationInterface | The operationobject |
Résultat | mixed |