Frontend\Core\Engine\TemplateCustom::__construct PHP Method

__construct() public method

public __construct ( Frontend\Core\Engine\Template $tpl )
$tpl Frontend\Core\Engine\Template The template instance.
    public function __construct($tpl)
    {
        $this->tpl = $tpl;
        $this->parse();
    }
TemplateCustom