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;
    }