Fb2MetaDescriptionTitle
Table of Contents
Properties
-
$annotation
: array<string|int, mixed>|null
-
$author
: array<string|int, mixed>|null
-
$bookTitle
: string|null
-
$coverpage
: Fb2MetaCoverpage|null
-
$genre
: string|null
-
$keywords
: string|null
-
$lang
: string|null
-
$sequence
: Fb2MetaSequence|null
Methods
-
__construct()
: mixed
$annotation
public
array<string|int, mixed>|null
$annotation
= null
$author
public
array<string|int, mixed>|null
$author
= null
$bookTitle
public
string|null
$bookTitle
= null
$coverpage
public
Fb2MetaCoverpage|null
$coverpage
= null
$genre
public
string|null
$genre
= null
$keywords
public
string|null
$keywords
= null
$lang
public
string|null
$lang
= null
$sequence
public
Fb2MetaSequence|null
$sequence
= null
__construct()
public
__construct([string|null $genre = null ][, array<string|int, Fb2MetaAuthor> $author = null ][, string|null $bookTitle = null ][, Fb2MetaCoverpage|null $coverpage = null ][, string|null $lang = null ][, string|null $keywords = null ][, Fb2MetaSequence|null $sequence = null ][, array<string|int, mixed>|null $annotation = null ]) : mixed
Parameters
-
$genre
: string|null
= null
-
-
$author
: array<string|int, Fb2MetaAuthor>
= null
-
-
$bookTitle
: string|null
= null
-
-
$coverpage
: Fb2MetaCoverpage|null
= null
-
-
$lang
: string|null
= null
-
-
$keywords
: string|null
= null
-
-
$sequence
: Fb2MetaSequence|null
= null
-
-
$annotation
: array<string|int, mixed>|null
= null
-