true]; public function createCompiler(): \Smarty\Compiler\BaseCompiler { return new \Smarty\Compiler\Configfile($this->smarty); } protected static function getDefaultHandlerFunc(Smarty $smarty) { return $smarty->default_config_handler_func; } }