Ejemplo n.º 1
0
 /**
  * Returns a single or all config variables
  *
  * @param  string $varname variable name or null
  * @param bool    $search_parents
  *
  * @return string variable value or or array of variables
  */
 public function getConfigVars($varname = null, $search_parents = true)
 {
     return Smarty_Internal_Extension_Config::getConfigVars($this, $varname, $search_parents);
 }