Smarty_Data Klassenreferenz

Klassendiagramm für Smarty_Data:
Zusammengehörigkeiten von Smarty_Data:

Öffentliche Methoden

 __construct ($_parent=null, $smarty=null, $name=null)
 
- Öffentliche Methoden geerbt von Smarty_Internal_Data
 assign ($tpl_var, $value=null, $nocache=false)
 
 assignGlobal ($varname, $value=null, $nocache=false)
 
 assignByRef ($tpl_var, &$value, $nocache=false)
 
 append ($tpl_var, $value=null, $merge=false, $nocache=false)
 
 appendByRef ($tpl_var, &$value, $merge=false)
 
 getTemplateVars ($varname=null, $_ptr=null, $search_parents=true)
 
 clearAssign ($tpl_var)
 
 clearAllAssign ()
 
 configLoad ($config_file, $sections=null)
 
 getVariable ($variable, $_ptr=null, $search_parents=true, $error_enable=true)
 
 getConfigVariable ($variable, $error_enable=true)
 
 getConfigVars ($varname=null, $search_parents=true)
 
 clearConfig ($varname=null)
 
 getStreamVariable ($variable)
 

Datenfelder

 $dataObjectName = ''
 
 $smarty = null
 
- Datenfelder geerbt von Smarty_Internal_Data
 $template_class = 'Smarty_Internal_Template'
 
 $tpl_vars = array()
 
 $parent = null
 
 $config_vars = array()
 

Statische öffentliche Attribute

static $count = 0
 

Ausführliche Beschreibung

Definiert in Zeile 18 der Datei smarty_data.php.

Beschreibung der Konstruktoren und Destruktoren

__construct (   $_parent = null,
  $smarty = null,
  $name = null 
)

create Smarty data object

Parameter
Smarty | array$_parentparent template
Smarty | Smarty_Internal_Template$smartyglobal smarty instance
string$nameoptional data block name
Ausnahmebehandlung
SmartyException

Definiert in Zeile 49 der Datei smarty_data.php.

Benutzt $smarty.

Dokumentation der Datenelemente

$count = 0
static

Definiert in Zeile 25 der Datei smarty_data.php.

$dataObjectName = ''

Definiert in Zeile 32 der Datei smarty_data.php.

$smarty = null

Definiert in Zeile 38 der Datei smarty_data.php.

Wird benutzt von __construct().


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.