Documentation

NcxItemNavPoint
in package

Table of Contents

Properties

$class  : string|null
$id  : string|null
$label  : string|null
$playOrder  : int|null
$src  : string|null

Methods

getId()  : string|null
getLabel()  : string|null
getPlayOrder()  : int|null
getSrc()  : string|null
make()  : self
toArray()  : array<string|int, mixed>
__construct()  : mixed

Properties

$class

protected string|null $class = null

$id

protected string|null $id = null

$label

protected string|null $label = null

$playOrder

protected int|null $playOrder = null

$src

protected string|null $src = null

Methods

getId()

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

getLabel()

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

getPlayOrder()

public getPlayOrder() : int|null
Return values
int|null

getSrc()

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

make()

public static make(array<string|int, mixed> $xml) : self
Parameters
$xml : array<string|int, mixed>
Return values
self

toArray()

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

__construct()

protected __construct([string|null $id = null ][, int|null $playOrder = null ][, string|null $label = null ][, string|null $src = null ][, string|null $class = null ]) : mixed
Parameters
$id : string|null = null
$playOrder : int|null = null
$label : string|null = null
$src : string|null = null
$class : string|null = null

        
On this page

Search results