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

Class 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.

cDebugVisible implements cDebugInterface
Package: Core\Debug
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Rudi Bieller
Located at classes/debug/class.debug.visible.php
Methods summary
public static cDebugVisible
# getInstance( )

Return singleton instance.

Return singleton instance.

Returns

cDebugVisible

Implementation of

cDebugInterface::getInstance()
private
# __construct( )

Constructor

Constructor

public
# out( string $msg )

(non-PHPdoc)

(non-PHPdoc)

Parameters

$msg
string
$sText

See

cDebugInterface::out()

Implementation of

cDebugInterface::out()
public
# show( mixed $mVariable, string $sVariableDescription = '', boolean $bExit = false )

Outputs contents of passed variable in a preformatted, readable way

Outputs contents of passed variable in a preformatted, readable way

Parameters

$mVariable
mixed
$mVariable The variable to be displayed
$sVariableDescription
string
$sVariableDescription The variable's name or description
$bExit
boolean
$bExit If set to true, your app will die() after output of current var

Implementation of

cDebugInterface::show()
public
# add( mixed $mVariable, string $sVariableDescription = '' )

Interface implementation

Interface implementation

Parameters

$mVariable
mixed
$mVariable
$sVariableDescription
string
$sVariableDescription

Implementation of

cDebugInterface::add()
public
# reset( )

Interface implementation

Interface implementation

Implementation of

cDebugInterface::reset()
public
# showAll( )

Interface implementation

Interface implementation

Implementation of

cDebugInterface::showAll()
Properties summary
private static cDebugVisible $_instance
#

Singleton instance

Singleton instance

CMS CONTENIDO 4.9.3 API documentation generated by ApiGen 2.8.0