Documentation

Fb2MetaDescriptionTitle
in package

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

Properties

$annotation

public array<string|int, mixed>|null $annotation = null

$author

public array<string|int, mixed>|null $author = null

$bookTitle

public string|null $bookTitle = null

$keywords

public string|null $keywords = null

Methods

__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

        
On this page

Search results