PageConf
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $baseUrl : string
- $entConf : PageEntConf|null
- $isIndexed : bool
- $isPartOfHierarchy : bool
- $title : string
Methods
- __construct() : mixed
Properties
$baseUrl
public
string
$baseUrl
$entConf
public
PageEntConf|null
$entConf
= null
$isIndexed
public
bool
$isIndexed
= true
$isPartOfHierarchy
public
bool
$isPartOfHierarchy
= true
$title
public
string
$title
Methods
__construct()
public
__construct(string $title, string $baseUrl[, bool $isIndexed = true ][, bool $isPartOfHierarchy = true ][, PageEntConf|null $entConf = null ]) : mixed
Parameters
- $title : string
- $baseUrl : string
- $isIndexed : bool = true
- $isPartOfHierarchy : bool = true
- $entConf : PageEntConf|null = null