SongInfo
in package
Song metadata.
Table of Contents
- $author : string|null
- Song author.
- $title : string
- Song title.
- __construct() : mixed
- accept() : void
- getAuthor() : string|null
- getTitle() : string
Properties
$author
Song author.
private
string|null
$author
$title
Song title.
private
string
$title
Methods
__construct()
public
__construct(string $title, string|null $author) : mixed
Parameters
- $title : string
-
song title
- $author : string|null
-
song author
Return values
mixed —accept()
public
accept(VisitorInterface $visitor) : void
Parameters
- $visitor : VisitorInterface
Tags
Return values
void —getAuthor()
public
getAuthor() : string|null
Return values
string|null —song author
getTitle()
public
getTitle() : string
Return values
string —song title