final class NodeName implements JsonSerializable, Stringable (View source)

The Node name is the "path part" of the node; i.e. when accessing the node "/foo" via path, the node name is "foo".

Semantically it describes the hierarchical relation of a node to its parent, e.g. "main" denotes the main child node.

Methods

static NodeName
fromString(string $value)

No description

string
jsonSerialize()

No description

string
__toString()

No description

Details

static NodeName fromString(string $value)

No description

Parameters

string $value

Return Value

NodeName

string jsonSerialize()

No description

Return Value

string

string __toString()

No description

Return Value

string