PHP 클래스 Neos\Fusion\TypoScriptObjects\DebugImplementation

If only value is given it is debugged directly. Otherwise all keys except title an plaintext are debugged. tsPath value The variable to display a dump of. tsPath title $title optional custom title for the debug output tsPath plaintext If TRUE, the dump is in plain text, if FALSE the debug output is in HTML format. If not specified, the mode is guessed from FLOW_SAPITYPE
상속: extends ArrayImplementation
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$ignoreProperties array For example additional properties in "Case" that are not "Matchers".

공개 메소드들

메소드 설명
evaluate ( ) : void | string Return the values in a human readable form
getPlaintext ( ) : mixed
getTitle ( ) : mixed

메소드 상세

evaluate() 공개 메소드

Return the values in a human readable form
public evaluate ( ) : void | string
리턴 void | string

getPlaintext() 공개 메소드

public getPlaintext ( ) : mixed
리턴 mixed

getTitle() 공개 메소드

public getTitle ( ) : mixed
리턴 mixed

프로퍼티 상세

$ignoreProperties 보호되어 있는 프로퍼티

For example additional properties in "Case" that are not "Matchers".
protected array $ignoreProperties
리턴 array