PHP Interface Alterway\Component\Workflow\SpecificationInterface

Show file Open project: alterway/component-workflow Interface Usage Examples

Public Methods

Method Description
isSatisfiedBy ( Alterway\Component\Workflow\ContextInterface $context ) : boolean Tests if the given context satisfies the specification.

Method Details

isSatisfiedBy() public method

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