Dietcube\Events\ExecuteActionEvent::__construct PHP Method

__construct() public method

public __construct ( Application $app, $executable, array $vars )
$app Dietcube\Application
$vars array
    public function __construct(Application $app, $executable, array $vars)
    {
        $this->app = $app;
        $this->executable = $executable;
        $this->vars = $vars;
    }