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

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

공개 메소드들

메소드 설명
it_creates_transitions ( Node $node, Alterway\Component\Workflow\SpecificationInterface $spec )
it_finds_open_transition ( Node $node, Alterway\Component\Workflow\SpecificationInterface $true, Alterway\Component\Workflow\SpecificationInterface $false, Alterway\Component\Workflow\ContextInterface $ctx )
it_has_a_name ( )
it_is_initializable ( )
let ( )

메소드 상세

it_creates_transitions() 공개 메소드

public it_creates_transitions ( Node $node, Alterway\Component\Workflow\SpecificationInterface $spec )
$node Alterway\Component\Workflow\Node
$spec Alterway\Component\Workflow\SpecificationInterface

it_finds_open_transition() 공개 메소드

public it_finds_open_transition ( Node $node, Alterway\Component\Workflow\SpecificationInterface $true, Alterway\Component\Workflow\SpecificationInterface $false, Alterway\Component\Workflow\ContextInterface $ctx )
$node Alterway\Component\Workflow\Node
$true Alterway\Component\Workflow\SpecificationInterface
$false Alterway\Component\Workflow\SpecificationInterface
$ctx Alterway\Component\Workflow\ContextInterface

it_has_a_name() 공개 메소드

public it_has_a_name ( )

it_is_initializable() 공개 메소드

public it_is_initializable ( )

let() 공개 메소드

public let ( )