contenido\classes\Debug\Debug_DevNull.class.php
Project:
Contenido Content Management System
Description: 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!
Requirements:
- Author
- Rudi Bieller
- Con_php_req
- 5.0
- Copyright
- four for business AG
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- {@internal created 2008-05-07 modified 2008-05-21 Added methods add(), reset(), showAll() modified 2008-06-25 Removed die() from show() method $Id: Debug_DevNull.class.php 295 2008-06-25 15:42:18Z thorsten.granz $: }}
- Package
- Contenido Backend classes
- Version
- 1.1.1
\Debug_DevNull
Package: Default

- Implements
- \IDebug
Properties
Methods


add(mixed $mVariable, string $sVariableDescription = '') : void
Interface implementation
Parameters
Details
Name | Type | Description |
---|---|---|
$mVariable | mixed | |
$sVariableDescription | string |
- Access
- public


show(mixed $mVariable, string $sVariableDescription = '', boolean $bExit = false) : void
Outputs contents of passed variable to /dev/null
Parameters
Details
Name | Type | Description |
---|---|---|
$mVariable | mixed | The variable to be displayed |
$sVariableDescription | string | The variable's name or description |
$bExit | boolean | If set to true, your app will NOT die() after output of current var |
- Access
- public