Table of Contents
-
$children
: Collection<string|int, Entry>
-
$parent
: string|null
-
$title
: string
-
$url
: string
-
__construct()
: mixed
-
addChild()
: void
-
getChildren()
: Collection<string|int, Entry>
-
getParent()
: string|null
-
getTitle()
: string
-
getUrl()
: string
$children
private
Collection<string|int, Entry>
$children
$parent
private
string|null
$parent
$title
private
string
$title
$url
private
string
$url
__construct()
public
__construct(string $url, string $title[, string|null $parent = null ]) : mixed
Parameters
-
$url
: string
-
-
$title
: string
-
-
$parent
: string|null
= null
-
Return values
mixed
—
addChild()
public
addChild(Entry $child) : void
Parameters
-
$child
: Entry
-
Return values
void
—
getChildren()
public
getChildren() : Collection<string|int, Entry>
Return values
Collection<string|int, Entry>
—
getParent()
public
getParent() : string|null
Return values
string|null
—
getTitle()
public
getTitle() : string
Return values
string
—
getUrl()
public
getUrl() : string
Return values
string
—