Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • 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

Classes

  • cDebug
  • cDebugDevNull
  • cDebugFile
  • cDebugFileAndVisAdv
  • cDebugHidden
  • cDebugVisible
  • cDebugVisibleAdv
  • cDebugVisibleAdvItem

Interfaces

  • cDebugInterface
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Package Core\Debug

Classes summary
cDebug Debugger class
cDebugDevNull Debug object to not output info at all. Note: Be careful when using $bExit = true as this will NOT cause a die() in this object!
cDebugFile Debug object to write info to a file. In case you cannot output directly to screen when debugging a live system, this object writes the info to a file located in /data/logs/debug.log.
cDebugFileAndVisAdv Debug object to write info to a file and to show info on screen. In case you cannot output directly to screen when debugging a live system, this object writes the info to a file located in /data/logs/debug.log.
cDebugHidden Debug object to show info hidden in HTML comment-blocks.
cDebugVisible Debug object to show info on screen. In case you cannot output directly to screen when debugging a live system, this object writes the info to a file located in /data/log/debug.log.
cDebugVisibleAdv Debug object to show info on screen in a box / HTML Block at the top of page. Instead of doing the output immediately using method show, values can be collected and printed to screen in one go. Therefore there's a box positioned at the left top of the page that can be toggled and hidden.
cDebugVisibleAdvItem An object representing one Debug item of a Debug_VisibleBlock.
Interfaces summary
cDebugInterface Debug interface. Can be extended to a visible, invisible, logged, ...
CMS CONTENIDO 4.9.1 API documentation generated by ApiGen 2.8.0