Documentation

Entry
in package

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

Properties

$parent

private string|null $parent

$title

private string $title

Methods

__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

getParent()

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

getTitle()

public getTitle() : string
Return values
string

getUrl()

public getUrl() : string
Return values
string

Search results