Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Smarty_Internal_Debug

Functions

  • smarty_modifier_debug_print_var
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class Smarty_Internal_Debug

Smarty Internal Plugin Debug Class

Smarty_Internal_Data
Extended by Smarty_Internal_Debug
Package: Smarty\Debug
Author: Uwe Tews
Located at plugins/smarty/smarty_source/sysplugins/smarty_internal_debug.php
Methods summary
public static
# ignore( object $template )

Ignore template

Ignore template

Parameters

$template
public static
# start_compile( object $template )

Start logging of compile time

Start logging of compile time

Parameters

$template
public static
# end_compile( object $template )

End logging of compile time

End logging of compile time

Parameters

$template
public static
# start_render( object $template )

Start logging of render time

Start logging of render time

Parameters

$template
public static
# end_render( object $template )

End logging of compile time

End logging of compile time

Parameters

$template
public static
# start_cache( object $template )

Start logging of cache time

Start logging of cache time

Parameters

$template
cached template
public static
# end_cache( object $template )

End logging of cache time

End logging of cache time

Parameters

$template
cached template
public static
# display_debug( Smarty_Internal_Template|Smarty $obj )

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

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

Parameters

$obj
object to debug
public static StdClass
# get_debug_vars( Smarty_Internal_Template|Smarty_Data $obj )

Recursively gets variables from all template/data scopes

Recursively gets variables from all template/data scopes

Parameters

$obj
object to debug

Returns

StdClass
private static string
# get_key( object $template )

Return key into $template_data for template

Return key into $template_data for template

Parameters

$template
template object

Returns

string
key into $template_data
Methods inherited from Smarty_Internal_Data
append(), appendByRef(), assign(), assignByRef(), assignGlobal(), clearAllAssign(), clearAssign(), clearConfig(), configLoad(), getConfigVariable(), getConfigVars(), getStreamVariable(), getTemplateVars(), getVariable()
Properties summary
public static array $template_data

template data

template data

# array()
public static array $ignore_uid

List of uid's which shall be ignored

List of uid's which shall be ignored

# array()
Properties inherited from Smarty_Internal_Data
$config_vars, $parent, $template_class, $tpl_vars
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen