PHP Class debug

USO BASICO: en los controllers se puede usar como $this->debug->log('datos','titulo') y en el render aparece una box arriba diciendo 'titulo:datos' mas otra informacion de debug, como $_POST y $_GET
Inheritance: extends singleton
Mostra file Open project: peej/phpdoctor Class Usage Examples

Public Properties

Property Type Description
$depth integer The depth of processing through the element hierarchy.

Public Methods

Method Description
classDoc ( &$classes ) Output classDoc
constructorDoc ( &$constructor ) Output constructorDoc
debug ( &$rootDoc, $formatter ) Doclet constructor.
docComment ( &$programElement )
fieldDoc ( &$fields, $showAccess = FALSE ) Output fieldDoc
methodDoc ( &$methods ) Output methodDoc
showDepth ( ) : str Return the depth indicator string

Method Details

classDoc() public method

Output classDoc
public classDoc ( &$classes )

constructorDoc() public method

Output constructorDoc
public constructorDoc ( &$constructor )

debug() public method

Doclet constructor.
public debug ( &$rootDoc, $formatter )

docComment() public method

public docComment ( &$programElement )

fieldDoc() public method

Output fieldDoc
public fieldDoc ( &$fields, $showAccess = FALSE )

methodDoc() public method

Output methodDoc
public methodDoc ( &$methods )

showDepth() public method

Return the depth indicator string
public showDepth ( ) : str
return str

Property Details

$depth public_oe property

The depth of processing through the element hierarchy.
public int $depth
return integer