On this page
Class SpecialNode
Debug node for special messages like errors or recursion warnings.
Namespace: Cake\Error\Debug
Method Summary
__construct() public
Constructor
getChildren() public
Get the child nodes of this node.
getValue() public
Get the message/value
Method Detail
__construct() public
__construct(string $value)
Constructor
Parameters
string
$value-
The message/value to include in dump results.
getChildren() public
getChildren(): arrayCake\Error\Debug\NodeInterface>
Get the child nodes of this node.
Returns
arrayCake\Error\Debug\NodeInterface>
getValue() public
getValue(): string
Get the message/value
Returns
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.SpecialNode.html