Goetas\Twital\EventDispatcher\TemplateEvent::__construct PHP 메소드

__construct() 공개 메소드

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