Smarty_Template_Config Klassenreferenz

Smarty_Template_Config Klassenreferenz
Klassendiagramm für Smarty_Template_Config:
Zusammengehörigkeiten von Smarty_Template_Config:

Öffentliche Methoden

 __construct (Smarty_Resource $handler, Smarty $smarty, $resource, $type, $name)
 
- Öffentliche Methoden geerbt von Smarty_Template_Source
 __construct (Smarty_Resource $handler, Smarty $smarty, $resource, $type, $name)
 
 renderUncompiled (Smarty_Internal_Template $_template)
 
 __set ($property_name, $value)
 
 __get ($property_name)
 

Öffentliche, statische Methoden

static load (Smarty_Internal_Template $_template=null, Smarty $smarty=null, $template_resource=null)
 
- Öffentliche, statische Methoden geerbt von Smarty_Template_Source
static load (Smarty_Internal_Template $_template=null, Smarty $smarty=null, $template_resource=null)
 

Datenfelder

 $compiler_class = 'Smarty_Internal_Config_File_Compiler'
 
 $template_lexer_class = 'Smarty_Internal_Configfilelexer'
 
 $template_parser_class = 'Smarty_Internal_Configfileparser'
 
 $config_sections = null
 
 $scope = 'local'
 
 $isConfig = true
 
- Datenfelder geerbt von Smarty_Template_Source
 $compiler_class = null
 
 $template_lexer_class = null
 
 $template_parser_class = null
 
 $uid = null
 
 $resource = null
 
 $type = null
 
 $name = null
 
 $unique_resource = null
 
 $filepath = null
 
 $basename = null
 
 $components = null
 
 $handler = null
 
 $smarty = null
 
 $isConfig = false
 
 $uncompiled = false
 
 $recompiled = false
 
 $compileds = array()
 

Ausführliche Beschreibung

Definiert in Zeile 22 der Datei smarty_template_config.php.

Beschreibung der Konstruktoren und Destruktoren

__construct ( Smarty_Resource  $handler,
Smarty  $smarty,
  $resource,
  $type,
  $name 
)

create Source Object container

Parameter
Smarty_Resource$handlerResource Handler this source object communicates with
Smarty$smartySmarty instance this source object belongs to
string$resourcefull template_resource
string$typetype of resource
string$nameresource name

Definiert in Zeile 75 der Datei smarty_template_config.php.

Benutzt Smarty_Template_Source\$handler, Smarty_Template_Source\$name, Smarty_Template_Source\$resource, Smarty_Template_Source\$smarty und Smarty_Template_Source\$type.

Dokumentation der Elementfunktionen

static load ( Smarty_Internal_Template  $_template = null,
Smarty  $smarty = null,
  $template_resource = null 
)
static

initialize Source Object for given resource Either [$_template] or [$smarty, $template_resource] must be specified

Parameter
Smarty_Internal_Template$_templatetemplate object
Smarty$smartysmarty object
string$template_resourceresource identifier
Rückgabe
Smarty_Template_Source Source Object
Ausnahmebehandlung
SmartyException

Definiert in Zeile 95 der Datei smarty_template_config.php.

Benutzt Smarty_Template_Source\$name, Smarty_Template_Source\$resource, Smarty_Template_Source\$smarty, Smarty_Template_Source\$type, Smarty_Internal_Extension_DefaultTemplateHandler\_getDefault(), Smarty_Resource\load() und Smarty_Resource\parseResourceName().

Wird benutzt von Smarty_Internal_Extension_Config\configLoad().

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

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

Dokumentation der Datenelemente

Definiert in Zeile 29 der Datei smarty_template_config.php.

$config_sections = null

Definiert in Zeile 50 der Datei smarty_template_config.php.

$isConfig = true

Definiert in Zeile 64 der Datei smarty_template_config.php.

$scope = 'local'

Definiert in Zeile 57 der Datei smarty_template_config.php.

$template_lexer_class = 'Smarty_Internal_Configfilelexer'

Definiert in Zeile 36 der Datei smarty_template_config.php.

$template_parser_class = 'Smarty_Internal_Configfileparser'

Definiert in Zeile 43 der Datei smarty_template_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.