Smarty_Internal_Extension_Config Klassenreferenz

Smarty_Internal_Extension_Config Klassenreferenz

Öffentliche, statische Methoden

static configLoad ($obj, $config_file, $sections=null, $scope= 'local')
 
static loadConfigVars ($_template, $_config_vars)
 
static getConfigVars ($obj, $varname=null, $search_parents=true)
 
static getConfigVariable ($obj, $variable, $error_enable=true)
 
static clearConfig ($obj, $name=null)
 

Ausführliche Beschreibung

Definiert in Zeile 7 der Datei smarty_internal_extension_config.php.

Dokumentation der Elementfunktionen

static clearConfig (   $obj,
  $name = null 
)
static

remove a single or all config variables

Parameter
string$namevariable name or null
Rückgabe
Smarty_Internal_Data current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chaining

Definiert in Zeile 151 der Datei smarty_internal_extension_config.php.

Wird benutzt von Smarty_Internal_Data\clearConfig().

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

static configLoad (   $obj,
  $config_file,
  $sections = null,
  $scope = 'local' 
)
static
Parameter
$obj
$config_file
null$sections
string$scope

Definiert in Zeile 15 der Datei smarty_internal_extension_config.php.

Benutzt Smarty\CACHING_OFF, Smarty_Internal_Debug\end_render(), Smarty_Template_Compiled\load(), Smarty_Template_Config\load() und Smarty_Internal_Debug\start_render().

Wird benutzt von Smarty_Internal_Data\configLoad().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

static getConfigVariable (   $obj,
  $variable,
  $error_enable = true 
)
static

gets a config variable

Parameter
string$variablethe name of the config variable
bool$error_enable
Rückgabe
mixed the value of the config variable

Definiert in Zeile 125 der Datei smarty_internal_extension_config.php.

Wird benutzt von Smarty_Internal_Data\getConfigVariable().

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

static getConfigVars (   $obj,
  $varname = null,
  $search_parents = true 
)
static

Returns a single or all config variables

Parameter
string$varnamevariable name or null
bool$search_parents
Rückgabe
string variable value or or array of variables

Definiert in Zeile 91 der Datei smarty_internal_extension_config.php.

Wird benutzt von Smarty_Internal_Data\getConfigVars().

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

static loadConfigVars (   $_template,
  $_config_vars 
)
static

load config variables

Parameter
mixed$sectionsarray of section names, single section or null
string$scopeglobal,parent or local
Ausnahmebehandlung
Exception

Definiert in Zeile 44 der Datei smarty_internal_extension_config.php.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.