Page
in package
Read onlyYes
FinalYes
Tags
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
$parent
public
Page|null
$parent
$url
public
string
$url
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
stringgetParent()
public
getParent() : Page|null
Return values
Page|nullgetUrl()
public
getUrl() : string
Return values
stringisIndexed()
public
isIndexed() : bool
Return values
boolisPartOfHierarchy()
public
isPartOfHierarchy() : bool