Documentation

PageConf
in package

Read onlyYes
FinalYes
Tags
todo

Maybe RouteDef's fqcn and fqcnIfParams could be moved there.

Table of Contents

Properties

$baseUrl  : string
$entConf  : PageEntConf|null
$isIndexed  : bool
$isPartOfHierarchy  : bool
$title  : string

Methods

__construct()  : mixed

Properties

$isIndexed

public bool $isIndexed = true

$isPartOfHierarchy

public bool $isPartOfHierarchy = true

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
Tags
todo

Maybe there is no reason that baseUrl is there, maybe it should be in router.

On this page

Search results