StropheReference
in package
implements
Node
Reference to another strophe.
Interfaces, Classes, Traits and Enums
- Node
- Lyrical node.
Table of Contents
- $strophe : Strophe
- Referenced strophe.
- __construct() : mixed
- accept() : void
- Accepts the given visitor.
- getStrophe() : Strophe
Properties
$strophe
Referenced strophe.
private
Strophe
$strophe
Methods
__construct()
public
__construct(Strophe $strophe) : mixed
Parameters
- $strophe : Strophe
-
referenced strophe
Return values
mixed —accept()
Accepts the given visitor.
public
accept(VisitorInterface $visitor) : void
Parameters
- $visitor : VisitorInterface
-
visitor
Tags
Return values
void —getStrophe()
public
getStrophe() : Strophe
Return values
Strophe —referenced strophe