PHP Class ApaiIO\ApaiIO

http://www.amazon.com
See also: https://github.com/Exeu/apai-io/wiki Wiki
See also: https://github.com/Exeu/apai-io Source
Author: Jan Eichhorn ([email protected])
Afficher le fichier Open project: exeu/apai-io Class Usage Examples

Protected Properties

Свойство Type Description
$configuration ApaiIO\Configuration\ConfigurationInterface Configuration.

Méthodes publiques

Méthode Description
__construct ( ApaiIO\Configuration\ConfigurationInterface $configuration )
runOperation ( ApaiIO\Operations\OperationInterface $operation ) : mixed Runs the given operation.

Méthodes protégées

Méthode Description
applyResponseTransformer ( mixed $response ) : mixed Applies a responsetransformer.

Method Details

__construct() public méthode

public __construct ( ApaiIO\Configuration\ConfigurationInterface $configuration )
$configuration ApaiIO\Configuration\ConfigurationInterface

applyResponseTransformer() protected méthode

Applies a responsetransformer.
protected applyResponseTransformer ( mixed $response ) : mixed
$response mixed The response of the request
Résultat mixed

runOperation() public méthode

Runs the given operation.
public runOperation ( ApaiIO\Operations\OperationInterface $operation ) : mixed
$operation ApaiIO\Operations\OperationInterface The operationobject
Résultat mixed

Property Details

$configuration protected_oe property

Configuration.
protected ConfigurationInterface,ApaiIO\Configuration $configuration
Résultat ApaiIO\Configuration\ConfigurationInterface