PHP 클래스 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
상속: extends singleton
파일 보기 프로젝트 열기: peej/phpdoctor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$depth integer The depth of processing through the element hierarchy.

공개 메소드들

메소드 설명
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

메소드 상세

classDoc() 공개 메소드

Output classDoc
public classDoc ( &$classes )

constructorDoc() 공개 메소드

Output constructorDoc
public constructorDoc ( &$constructor )

debug() 공개 메소드

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

docComment() 공개 메소드

public docComment ( &$programElement )

fieldDoc() 공개 메소드

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

methodDoc() 공개 메소드

Output methodDoc
public methodDoc ( &$methods )

showDepth() 공개 메소드

Return the depth indicator string
public showDepth ( ) : str
리턴 str

프로퍼티 상세

$depth 공개적으로 프로퍼티

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