contenido\classes\Debug\Debug_Visible.class.php

Show: PublicProtectedPrivateinherited
Table of Contents
Project: Contenido Content Management System

Description: 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 /contenido/logs/debug.log.

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 2007-01-01 modified 2008-05-21 Added methods add(), reset(), showAll() $Id: Debug_Visible.class.php 833 2008-09-19 10:22:07Z OliverL $: }}  
Package
Contenido Backend classes  
Version
1.1.0  

\Debug_Visible

Package: Default
Implements
\IDebug

Properties

>VPropertyprivate$_instance
static
Details
Type
n/a

Methods

methodprivate__construct() : void

Constructor

Details
Access
private  
methodpublicadd(mixed $mVariable, string $sVariableDescription = '') : void

Interface implementation

Parameters
NameTypeDescription
$mVariablemixed
$sVariableDescriptionstring
Details
Access
public  
methodpublicgetInstance() : void
static

static

Details
Access
public  
methodpublicreset() : void

Interface implementation

Details
Access
public  
methodpublicshow(mixed $mVariable, string $sVariableDescription = '', boolean $bExit = false) : void

Outputs contents of passed variable in a preformatted, readable way

Parameters
NameTypeDescription
$mVariablemixed

The variable to be displayed

$sVariableDescriptionstring

The variable's name or description

$bExitboolean

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

Details
Access
public  
methodpublicshowAll() : string

Interface implementation

Returns
TypeDescription
stringHere an empty string
Details
Access
public  
Documentation was generated by phpDocumentor 2.0.0a12.