PHP Interface Alterway\Component\Workflow\SpecificationInterface

Afficher le fichier Open project: alterway/component-workflow Interface Usage Examples

Méthodes publiques

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

Method Details

isSatisfiedBy() public méthode

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