SpecialNode
in package
implements
NodeInterface
Debug node for special messages like errors or recursion warnings.
Table of Contents
Interfaces
- NodeInterface
- Interface for Debugs
Properties
- $value : string
Methods
- __construct() : mixed
- Constructor
- getChildren() : array<string|int, NodeInterface>
- Get the child nodes of this node.
- getValue() : string
- Get the message/value
Properties
$value
private
string
$value
Methods
__construct()
Constructor
public
__construct(string $value) : mixed
Parameters
- $value : string
-
The message/value to include in dump results.
getChildren()
Get the child nodes of this node.
public
getChildren() : array<string|int, NodeInterface>
Tags
Return values
array<string|int, NodeInterface>getValue()
Get the message/value
public
getValue() : string