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>