PHP Class 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
Inheritance: extends ArrayImplementation
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$ignoreProperties array For example additional properties in "Case" that are not "Matchers".

Public Methods

Method Description
evaluate ( ) : void | string Return the values in a human readable form
getPlaintext ( ) : mixed
getTitle ( ) : mixed

Method Details

evaluate() public method

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

getPlaintext() public method

public getPlaintext ( ) : mixed
return mixed

getTitle() public method

public getTitle ( ) : mixed
return mixed

Property Details

$ignoreProperties protected property

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