A Debugger formatter for generating unstyled plain text output.
Provides backwards compatible output with the historical output of Debugger::exportVar()
Convert a tree of NodeInterface objects into a plain text string.
Convert a tree of NodeInterface objects into a plain text string.
Export an array type object
Handles object to string conversion.
Output a dump wrapper with location context.
dump(Cake\Error\Debug\NodeInterface $node): string
Convert a tree of NodeInterface objects into a plain text string.
Cake\Error\Debug\NodeInterface $node The node tree to dump.
stringexport(Cake\Error\Debug\NodeInterface $var, int $indent): string
Convert a tree of NodeInterface objects into a plain text string.
Cake\Error\Debug\NodeInterface $var The node tree to dump.
int $indent The current indentation level.
stringexportArray(Cake\Error\Debug\ArrayNode $var, int $indent): string
Export an array type object
Cake\Error\Debug\ArrayNode $var The array to export.
int $indent The current indentation level.
stringexportObject(Cake\Error\Debug\ClassNodeCake\Error\Debug\ReferenceNode $var, int $indent): string
Handles object to string conversion.
Cake\Error\Debug\ClassNodeCake\Error\Debug\ReferenceNode $var Object to convert.
int $indent Current indentation level.
stringformatWrapper(string $contents, array $location): string
Output a dump wrapper with location context.
string $contents array $location string
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/class-Cake.Error.Debug.TextFormatter.html