Goetas\Twital\EventDispatcher\TemplateEvent::__construct PHP Méthode

__construct() public méthode

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