Frontend\Core\Engine\TemplateCustom::__construct PHP Метод

__construct() публичный Метод

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