NcxItemHead
Table of Contents
Properties
-
$content
: string|null
-
$name
: string|null
Methods
-
getContents()
: string|null
-
getName()
: string|null
-
make()
: self
-
toArray()
: array<string|int, mixed>
-
__construct()
: mixed
$content
protected
string|null
$content
= null
$name
protected
string|null
$name
= null
getContents()
public
getContents() : string|null
Return values
string|null
getName()
public
getName() : string|null
Return values
string|null
make()
public
static make(array<string|int, mixed> $xml) : self
Parameters
-
$xml
: array<string|int, mixed>
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
__construct()
protected
__construct([string|null $name = null ][, string|null $content = null ]) : mixed
Parameters
-
$name
: string|null
= null
-
-
$content
: string|null
= null
-