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