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
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$ignoreProperties array For example additional properties in "Case" that are not "Matchers".

Méthodes publiques

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

Method Details

evaluate() public méthode

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

getPlaintext() public méthode

public getPlaintext ( ) : mixed
Résultat mixed

getTitle() public méthode

public getTitle ( ) : mixed
Résultat mixed

Property Details

$ignoreProperties protected_oe property

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