Fr3nch13/CakePHP Utilities

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

Methods

__construct()

Constructor

public __construct(string $value) : mixed
Parameters
$value : string

The message/value to include in dump results.

getValue()

Get the message/value

public getValue() : string
Return values
string

        
On this page

Search results