Text
in package
implements
Node
Plain text within the lyrics.
Interfaces, Classes, Traits and Enums
- Node
- Lyrical node.
Table of Contents
- $text : string
- Text.
- __construct() : mixed
- accept() : void
- Accepts the given visitor.
- getText() : string
Properties
$text
Text.
private
string
$text
Methods
__construct()
public
__construct(string $text) : mixed
Parameters
- $text : string
-
text
Return values
mixed —accept()
Accepts the given visitor.
public
accept(VisitorInterface $visitor) : void
Parameters
- $visitor : VisitorInterface
-
visitor
Tags
Return values
void —getText()
public
getText() : string
Return values
string —text