Documentation

EbookParser
in package

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

Properties

Methods

getType()

public getType() : string|null
Return values
string|null

isAudiobook()

public isAudiobook() : bool
Return values
bool

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

toJson()

public toJson() : string
Return values
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

        
On this page

Search results