Documentation

Page
in package

Read onlyYes
FinalYes
Tags
todo

Should go in Http namespace?

Remove accessor methods?

Table of Contents

Properties

$isIndexed  : bool
$isPartOfHierarchy  : bool
$name  : string
$parent  : Page|null
$url  : string

Methods

__construct()  : mixed
getName()  : string
getParent()  : Page|null
getUrl()  : string
isIndexed()  : bool
isPartOfHierarchy()  : bool

Properties

$isIndexed

public bool $isIndexed = true

$isPartOfHierarchy

public bool $isPartOfHierarchy = true

$name

public string $name

Methods

__construct()

public __construct(Page|null $parent, string $name, string $url[, bool $isIndexed = true ][, bool $isPartOfHierarchy = true ]) : mixed
Parameters
$parent : Page|null
$name : string
$url : string
$isIndexed : bool = true
$isPartOfHierarchy : bool = true

getName()

public getName() : string
Return values
string

getParent()

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

getUrl()

public getUrl() : string
Return values
string

isIndexed()

public isIndexed() : bool
Return values
bool

isPartOfHierarchy()

public isPartOfHierarchy() : bool
Return values
bool
On this page

Search results