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