PHP 클래스 SM\Factory\Factory

상속: extends AbstractFactory
파일 보기 프로젝트 열기: winzou/state-machine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$callbackFactory SM\Callback\CallbackFactoryInterface
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

공개 메소드들

메소드 설명
__construct ( array $configs, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher = null, SM\Callback\CallbackFactoryInterface $callbackFactory = null )

보호된 메소드들

메소드 설명
createStateMachine ( $object, array $config ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

public __construct ( array $configs, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher = null, SM\Callback\CallbackFactoryInterface $callbackFactory = null )
$configs array
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$callbackFactory SM\Callback\CallbackFactoryInterface

createStateMachine() 보호된 메소드

{@inheritDoc}
protected createStateMachine ( $object, array $config )
$config array

프로퍼티 상세

$callbackFactory 보호되어 있는 프로퍼티

protected CallbackFactoryInterface,SM\Callback $callbackFactory
리턴 SM\Callback\CallbackFactoryInterface

$dispatcher 보호되어 있는 프로퍼티

protected EventDispatcherInterface,Symfony\Component\EventDispatcher $dispatcher
리턴 Symfony\Component\EventDispatcher\EventDispatcherInterface