Class Smarty_Internal_Debug

Description

Smarty Internal Plugin Debug Class

Located in /libs/sysplugins/smarty_internal_debug.php (line 18)

Smarty_Internal_Data
   |
   --Smarty_Internal_Debug
Variable Summary
static array $template_data
Method Summary
static void end_cache (object $template)
static void end_compile (object $template)
static void end_render (object $template)
static void start_cache (object $template)
static void start_compile (object $template)
static void start_render (object $template)
Variables
static array $template_data = array() (line 25)

template data

  • access: public

Inherited Variables

Inherited from Smarty_Internal_Data

Smarty_Internal_Data::$config_vars
Smarty_Internal_Data::$parent
Smarty_Internal_Data::$template_class
Smarty_Internal_Data::$tpl_vars
Methods
static method display_debug (line 98)

Opens a window for the Smarty Debugging Consol and display the data

  • access: public
static void display_debug (Smarty_Internal_Template|Smarty $obj)
static method end_cache (line 87)

End logging of cache time

  • access: public
static void end_cache (object $template)
  • object $template: cached template
static method end_compile (line 43)

End logging of compile time

  • access: public
static void end_compile (object $template)
  • object $template
static method end_render (line 65)

End logging of compile time

  • access: public
static void end_render (object $template)
  • object $template
static method get_debug_vars (line 144)

Recursively gets variables from all template/data scopes

  • access: public
static StdClass get_debug_vars (Smarty_Internal_Template|Smarty_Data $obj)
static method start_cache (line 76)

Start logging of cache time

  • access: public
static void start_cache (object $template)
  • object $template: cached template
static method start_compile (line 32)

Start logging of compile time

  • access: public
static void start_compile (object $template)
  • object $template
static method start_render (line 54)

Start logging of render time

  • access: public
static void start_render (object $template)
  • object $template

Inherited Methods

Inherited From Smarty_Internal_Data

Smarty_Internal_Data::append()
Smarty_Internal_Data::appendByRef()
Smarty_Internal_Data::assign()
Smarty_Internal_Data::assignByRef()
Smarty_Internal_Data::assignGlobal()
Smarty_Internal_Data::clearAllAssign()
Smarty_Internal_Data::clearAssign()
Smarty_Internal_Data::clearConfig()
Smarty_Internal_Data::configLoad()
Smarty_Internal_Data::getConfigVariable()
Smarty_Internal_Data::getConfigVars()
Smarty_Internal_Data::getStreamVariable()
Smarty_Internal_Data::getTemplateVars()
Smarty_Internal_Data::getVariable()

Documentation generated on Sat, 24 Sep 2011 20:23:53 +0200 by phpDocumentor 1.4.1