[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/Smarty/libs/sysplugins/ -> smarty_internal_debug.php (summary)

Smarty Internal Plugin Debug Class to collect data for the Smarty Debugging Consol

Author: Uwe Tews
File Size: 206 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Smarty_Internal_Debug:: (9 methods):
  start_compile()
  end_compile()
  start_render()
  end_render()
  start_cache()
  end_cache()
  display_debug()
  get_debug_vars()
  get_key()


Class: Smarty_Internal_Debug  - X-Ref

Smarty Internal Plugin Debug Class

start_compile($template)   X-Ref
Start logging of compile time

param: object $template

end_compile($template)   X-Ref
End logging of compile time

param: object $template

start_render($template)   X-Ref
Start logging of render time

param: object $template

end_render($template)   X-Ref
End logging of compile time

param: object $template

start_cache($template)   X-Ref
Start logging of cache time

param: object $template cached template

end_cache($template)   X-Ref
End logging of cache time

param: object $template cached template

display_debug($obj)   X-Ref
Opens a window for the Smarty Debugging Consol and display the data

param: Smarty_Internal_Template|Smarty $obj object to debug

get_debug_vars($obj)   X-Ref
Recursively gets variables from all template/data scopes

param: Smarty_Internal_Template|Smarty_Data $obj object to debug
return: StdClass

get_key($template)   X-Ref
Return key into $template_data for template

param: object $template  template object
return: string   key into $template_data



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1