PHP 인터페이스 Tolerance\Operation\Runner\OperationRunner

파일 보기 프로젝트 열기: sroze/tolerance 0 사용 예제들

공개 메소드들

메소드 설명
run ( Tolerance\Operation\Operation $operation ) : mixed Run the given operation.
supports ( Tolerance\Operation\Operation $operation ) : boolean Returns true if the runner is able to run the operation.

메소드 상세

run() 공개 메소드

Run the given operation.
public run ( Tolerance\Operation\Operation $operation ) : mixed
$operation Tolerance\Operation\Operation
리턴 mixed

supports() 공개 메소드

Returns true if the runner is able to run the operation.
public supports ( Tolerance\Operation\Operation $operation ) : boolean
$operation Tolerance\Operation\Operation
리턴 boolean