PHP Class spec\Alterway\Component\Workflow\BuilderSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostrar archivo Open project: alterway/component-workflow

Public Methods

Method Description
it_builds_a_worflow_object ( Alterway\Component\Workflow\SpecificationInterface $spec )
it_can_be_opened ( Alterway\Component\Workflow\SpecificationInterface $spec )
it_creates_links_between_nodes ( Alterway\Component\Workflow\SpecificationInterface $spec )
it_is_initializable ( )
it_throws_exception_if_not_started_when_building_a_workflow_object ( Alterway\Component\Workflow\SpecificationInterface $spec )
it_throws_exception_if_not_started_when_creating_links_between_nodes ( Alterway\Component\Workflow\SpecificationInterface $spec )
let ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )

Method Details

it_builds_a_worflow_object() public method

public it_builds_a_worflow_object ( Alterway\Component\Workflow\SpecificationInterface $spec )
$spec Alterway\Component\Workflow\SpecificationInterface

it_can_be_opened() public method

public it_can_be_opened ( Alterway\Component\Workflow\SpecificationInterface $spec )
$spec Alterway\Component\Workflow\SpecificationInterface

it_is_initializable() public method

public it_is_initializable ( )

it_throws_exception_if_not_started_when_building_a_workflow_object() public method

public it_throws_exception_if_not_started_when_building_a_workflow_object ( Alterway\Component\Workflow\SpecificationInterface $spec )
$spec Alterway\Component\Workflow\SpecificationInterface

let() public method

public let ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface