Alterway\Component\Workflow\Event::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Alterway\Component\Workflow\ContextInterface $context, $token )
$context Alterway\Component\Workflow\ContextInterface
    function __construct(ContextInterface $context, $token)
    {
        $this->context = $context;
        $this->token = $token;
    }