Goetas\Twital\EventDispatcher\TemplateEvent::__construct PHP Method

__construct() public method

public __construct ( Twital $twital, Template $template )
$twital Goetas\Twital\Twital
$template Goetas\Twital\Template
    public function __construct(Twital $twital, Template $template)
    {
        $this->twital = $twital;
        $this->template = $template;
    }