PHP 클래스 ApaiIO\ApaiIO

http://www.amazon.com
또한 보기: https://github.com/Exeu/apai-io/wiki Wiki
또한 보기: https://github.com/Exeu/apai-io Source
저자: Jan Eichhorn ([email protected])
파일 보기 프로젝트 열기: exeu/apai-io 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$configuration ApaiIO\Configuration\ConfigurationInterface Configuration.

공개 메소드들

메소드 설명
__construct ( ApaiIO\Configuration\ConfigurationInterface $configuration )
runOperation ( ApaiIO\Operations\OperationInterface $operation ) : mixed Runs the given operation.

보호된 메소드들

메소드 설명
applyResponseTransformer ( mixed $response ) : mixed Applies a responsetransformer.

메소드 상세

__construct() 공개 메소드

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

applyResponseTransformer() 보호된 메소드

Applies a responsetransformer.
protected applyResponseTransformer ( mixed $response ) : mixed
$response mixed The response of the request
리턴 mixed

runOperation() 공개 메소드

Runs the given operation.
public runOperation ( ApaiIO\Operations\OperationInterface $operation ) : mixed
$operation ApaiIO\Operations\OperationInterface The operationobject
리턴 mixed

프로퍼티 상세

$configuration 보호되어 있는 프로퍼티

Configuration.
protected ConfigurationInterface,ApaiIO\Configuration $configuration
리턴 ApaiIO\Configuration\ConfigurationInterface