Chords

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

getText()

public getText() : string
Return values
string

text

Search results