A Debugger formatter for generating output with ANSI escape codes
array<string, string>text colors used in colored output.
Convert a tree of NodeInterface objects into a plain text string.
Check if the current environment supports ANSI output.
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.
Style text with ANSI escape codes.
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.
stringenvironmentMatches(): bool
Check if the current environment supports ANSI output.
boolexport(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 stringstyle(string $style, string $text): string
Style text with ANSI escape codes.
string $style The style name to use.
string $text The text to style.
stringtext colors used in colored output.
array<string, 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.ConsoleFormatter.html