EbookParser
Table of Contents
Properties
-
$audiobook
: AudiobookModule|null
-
$cba
: CbaModule|null
-
$djvu
: DjvuModule|null
-
$epub
: EpubModule|null
-
$fb2
: Fb2Module|null
-
$mobi
: MobiModule|null
-
$module
: EbookModule
-
$pdf
: PdfModule|null
-
$type
: string|null
Methods
-
getAudiobook()
: AudiobookModule|null
-
getCba()
: CbaModule|null
-
getDjvu()
: DjvuModule|null
-
getEpub()
: EpubModule|null
-
getFb2()
: Fb2Module|null
-
getMobi()
: MobiModule|null
-
getModule()
: EbookModule
-
getPdf()
: PdfModule|null
-
getType()
: string|null
-
isAudiobook()
: bool
-
isCba()
: bool
-
isDjvu()
: bool
-
isEpub()
: bool
-
isFb2()
: bool
-
isMobi()
: bool
-
isPdf()
: bool
-
make()
: self
-
toArray()
: array<string|int, mixed>
-
toJson()
: string
-
__construct()
: mixed
getAudiobook()
public
getAudiobook() : AudiobookModule|null
getCba()
public
getCba() : CbaModule|null
getDjvu()
public
getDjvu() : DjvuModule|null
getEpub()
public
getEpub() : EpubModule|null
getFb2()
public
getFb2() : Fb2Module|null
getMobi()
public
getMobi() : MobiModule|null
getModule()
public
getModule() : EbookModule
getPdf()
public
getPdf() : PdfModule|null
getType()
public
getType() : string|null
Return values
string|null
isAudiobook()
public
isAudiobook() : bool
isCba()
public
isCba() : bool
isDjvu()
public
isDjvu() : bool
isEpub()
public
isEpub() : bool
isFb2()
public
isFb2() : bool
isMobi()
public
isMobi() : bool
isPdf()
public
isPdf() : bool
make()
public
static make(EbookModule $module) : self
Parameters
-
$module
: EbookModule
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
toJson()
public
toJson() : string
__construct()
protected
__construct(EbookModule $module[, AudiobookModule|null $audiobook = null ][, CbaModule|null $cba = null ][, DjvuModule|null $djvu = null ][, EpubModule|null $epub = null ][, MobiModule|null $mobi = null ][, Fb2Module|null $fb2 = null ][, PdfModule|null $pdf = null ][, string|null $type = null ]) : mixed
Parameters
-
$module
: EbookModule
-
-
$audiobook
: AudiobookModule|null
= null
-
-
$cba
: CbaModule|null
= null
-
-
$djvu
: DjvuModule|null
= null
-
-
$epub
: EpubModule|null
= null
-
-
$mobi
: MobiModule|null
= null
-
-
$fb2
: Fb2Module|null
= null
-
-
$pdf
: PdfModule|null
= null
-
-
$type
: string|null
= null
-