Smarty_Internal_Utility Klassenreferenz

Smarty_Internal_Utility Klassenreferenz

Öffentliche, statische Methoden

static compileAllTemplates ($extension, $force_compile, $time_limit, $max_errors, Smarty $smarty)
 
static compileAllConfig ($extension, $force_compile, $time_limit, $max_errors, Smarty $smarty)
 
static clearCompiledTemplate ($resource_name, $compile_id, $exp_time, Smarty $smarty)
 
static getTags (Smarty_Internal_Template $template)
 

Private Methoden

 __construct ()
 

Ausführliche Beschreibung

Definiert in Zeile 36 der Datei smarty_internal_utility.php.

Beschreibung der Konstruktoren und Destruktoren

__construct ( )
finalprivate

private constructor to prevent calls creation of new instances

Definiert in Zeile 41 der Datei smarty_internal_utility.php.

Dokumentation der Elementfunktionen

static clearCompiledTemplate (   $resource_name,
  $compile_id,
  $exp_time,
Smarty  $smarty 
)
static

Delete compiled template file

Parameter
string$resource_nametemplate name
string$compile_idcompile id
integer$exp_timeexpiration time
Smarty$smartySmarty instance
Rückgabe
integer number of template files deleted

Definiert in Zeile 192 der Datei smarty_internal_utility.php.

Benutzt Smarty_Resource\$compileds, Smarty_Resource\$sources und Smarty\getCompileDir().

Wird benutzt von Smarty\clearCompiledTemplate().

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

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

static compileAllConfig (   $extension,
  $force_compile,
  $time_limit,
  $max_errors,
Smarty  $smarty 
)
static

Compile all config files

Parameter
string$extensionconfig file name extension
bool$force_compileforce all to recompile
int$time_limitset maximum execution time
int$max_errorsset maximum allowed errors
Smarty$smartySmarty instance
Rückgabe
integer number of config files compiled

Definiert in Zeile 127 der Datei smarty_internal_utility.php.

Benutzt Smarty\getConfigDir().

Wird benutzt von Smarty\compileAllConfig().

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

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

static compileAllTemplates (   $extension,
  $force_compile,
  $time_limit,
  $max_errors,
Smarty  $smarty 
)
static

Compile all template files

Parameter
string$extensiontemplate file name extension
bool$force_compileforce all to recompile
int$time_limitset maximum execution time
int$max_errorsset maximum allowed errors
Smarty$smartySmarty instance
Rückgabe
integer number of template files compiled

Definiert in Zeile 57 der Datei smarty_internal_utility.php.

Benutzt Smarty\createTemplate() und Smarty\getTemplateDir().

Wird benutzt von Smarty\compileAllTemplates().

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

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

static getTags ( Smarty_Internal_Template  $template)
static

Return array of tag/attributes of all tags used by an template

Parameter
Smarty_Internal_Template$template
Ausnahmebehandlung
Exception
SmartyException
Rückgabe
array of tag/attributes

Definiert in Zeile 296 der Datei smarty_internal_utility.php.

Benutzt Smarty_Internal_Template\compileTemplateSource().

Wird benutzt von Smarty\getTags().

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

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


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.