Strophe
in package
implements
NodeContainer
Strophe.
Interfaces, Classes, Traits and Enums
- NodeContainer
- Lyrical node containing other nodes.
Table of Contents
- $label : string|null
- Strophe label.
- $nodes : array<string|int, Node>
- Strophe content.
- __construct() : mixed
- accept() : void
- getLabel() : string|null
- getNodes() : array<string|int, Node>
Properties
$label
Strophe label.
private
string|null
$label
$nodes
Strophe content.
private
array<string|int, Node>
$nodes
Methods
__construct()
public
__construct(array<string|int, Node> $nodes, string|null $label) : mixed
Parameters
- $nodes : array<string|int, Node>
-
content
- $label : string|null
-
label
Return values
mixed —accept()
public
accept(VisitorInterface $visitor) : void
Parameters
- $visitor : VisitorInterface
Tags
Return values
void —getLabel()
public
getLabel() : string|null
Return values
string|null —label
getNodes()
public
getNodes() : array<string|int, Node>
Tags
Return values
array<string|int, Node> —contained nodes