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

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

Interfaces

  • cDebugInterface
  • Overview
  • Package
  • Class
  • Todo
  • Download

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!

cDebugDevNull 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.dev.null.php
Methods summary
public static cDebugDevNull
# getInstance( )

Return singleton instance.

Return singleton instance.

Returns

cDebugDevNull

Implementation of

cDebugInterface::getInstance()
private
# __construct( )

Constructor

Constructor

public
# out( string $msg )

(non-PHPdoc)

(non-PHPdoc)

Parameters

$msg
$sText

See

cDebugInterface::out()

Implementation of

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

Outputs contents of passed variable to /dev/null

Outputs contents of passed variable to /dev/null

Parameters

$mVariable
The variable to be displayed
$sVariableDescription
The variable's name or description
$bExit

If set to true, your app will NOT die() after output of current var

Implementation of

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

Interface implementation

Interface implementation

Parameters

$mVariable
$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 cDebugDevNull $_instance

Singleton instance

Singleton instance

#
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen