PHP 인터페이스 Alterway\Component\Workflow\SpecificationInterface

파일 보기 프로젝트 열기: alterway/component-workflow 0 사용 예제들

공개 메소드들

메소드 설명
isSatisfiedBy ( Alterway\Component\Workflow\ContextInterface $context ) : boolean Tests if the given context satisfies the specification.

메소드 상세

isSatisfiedBy() 공개 메소드

Tests if the given context satisfies the specification.
public isSatisfiedBy ( Alterway\Component\Workflow\ContextInterface $context ) : boolean
$context Alterway\Component\Workflow\ContextInterface
리턴 boolean