![]() |
Documentación GVHIDRA 3.1.5
|
Métodos públicos | |
Smarty_Phrame () | |
Campos de datos | |
$igepPlugin |
Definición en la línea 11 del archivo smarty.php.
Smarty_Phrame | ( | ) |
Definición en la línea 15 del archivo smarty.php.
{ $this->Smarty(); $configuration = ConfigFramework::getConfig(); $customDirname = $configuration->getCustomDirName(); $this->template_dir = array('igep/plantillas','plantillas','igep/custom/'.$customDirname.'/plantillas'); $this->compile_dir = $configuration->getTemplatesCompilationDir(); $this->plugins_dir= array(SMARTY_DIR.'plugins/' ); $this->caching = false; if (!$configuration->getSmartyCompileCheck()) $this->compile_check=false; /* Instanciamos la clase que gestiona los componentes web */ $this->igepPlugin = new IgepPlugin(); }//FIN funcion Smarty_Phrame
$igepPlugin |
Definición en la línea 13 del archivo smarty.php.