Alterway\Component\Workflow\Event::__construct PHP Method

__construct() public method

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