Ejemplo n.º 1
0
 /**
  * gets  a config variable
  *
  * @param  string $variable the name of the config variable
  * @param bool    $error_enable
  *
  * @return mixed  the value of the config variable
  */
 public function getConfigVariable($variable, $error_enable = true)
 {
     return Smarty_Internal_Extension_Config::getConfigVariable($this, $variable, $error_enable = true);
 }