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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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