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

__construct() public method

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