Documentation

EpubContainer
in package

Transform `container.xml` file to an object.

Table of Contents

Properties

$opfPath  : string|null
$version  : string|null
$xml  : XmlReader

Methods

getOpfPath()  : string|null
getVersion()  : string|null
make()  : self
toArray()  : array<string|int, mixed>
__construct()  : mixed
parseOpfPath()  : string|null

Properties

Methods

getOpfPath()

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

getVersion()

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

make()

public static make(string $content) : self
Parameters
$content : string
Return values
self

toArray()

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

parseOpfPath()

private parseOpfPath() : string|null
Return values
string|null

        
On this page

Search results