PHP 클래스 Tolerance\Operation\Runner\PlaceholderOperationRunner

상속: implements Tolerance\Operation\Runner\OperationRunner
파일 보기 프로젝트 열기: Tolerance/Tolerance

공개 메소드들

메소드 설명
__construct ( Tolerance\Operation\Runner\OperationRunner $decoratedRunner, Tolerance\Operation\Placeholder\PlaceholderResponseResolver $placeholderResponseResolver, Tolerance\Operation\ExceptionCatcher\ThrowableCatcherVoter $catcherVoter = null, Psr\Log\LoggerInterface $logger = null )
run ( Tolerance\Operation\Operation $operation )
supports ( Tolerance\Operation\Operation $operation )

메소드 상세

__construct() 공개 메소드

public __construct ( Tolerance\Operation\Runner\OperationRunner $decoratedRunner, Tolerance\Operation\Placeholder\PlaceholderResponseResolver $placeholderResponseResolver, Tolerance\Operation\ExceptionCatcher\ThrowableCatcherVoter $catcherVoter = null, Psr\Log\LoggerInterface $logger = null )
$decoratedRunner Tolerance\Operation\Runner\OperationRunner
$placeholderResponseResolver Tolerance\Operation\Placeholder\PlaceholderResponseResolver
$catcherVoter Tolerance\Operation\ExceptionCatcher\ThrowableCatcherVoter
$logger Psr\Log\LoggerInterface

run() 공개 메소드

public run ( Tolerance\Operation\Operation $operation )
$operation Tolerance\Operation\Operation

supports() 공개 메소드

public supports ( Tolerance\Operation\Operation $operation )
$operation Tolerance\Operation\Operation