PHP 클래스 spec\Alterway\Component\Workflow\BuilderSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: alterway/component-workflow

공개 메소드들

메소드 설명
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 )

메소드 상세

it_builds_a_worflow_object() 공개 메소드

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

it_can_be_opened() 공개 메소드

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

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_throws_exception_if_not_started_when_building_a_workflow_object() 공개 메소드

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

let() 공개 메소드

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