class Sitemap (View source)

Properties

protected Application $app
protected bool $expandedNodes
protected bool $displayNodePagination
protected bool $isSitemapOverlay
protected bool|null $includeSystemPages
protected bool|null $canViewSitemapPanel
protected bool|null $canRead

Methods

__construct(Application $app)

Sitemap constructor.

setExpandedNodes($nodes)

No description

bool
includeSystemPages()

No description

setIncludeSystemPages(bool $systemPages)

No description

setDisplayNodePagination(bool $paginate)

No description

setIsSitemapOverlay(bool $isSitemapOverlay)

No description

array
getSubNodes($parent, $onGetNode = null)

No description

getNode(Page|int $cItem, bool $includeChildren = true, $onGetNode = null)

No description

canViewSitemapPanel()

No description

bool
canRead()

No description

Details

__construct(Application $app)

Sitemap constructor.

Parameters

Application $app

setExpandedNodes($nodes)

No description

Parameters

$nodes

bool includeSystemPages()

No description

Return Value

bool

setIncludeSystemPages(bool $systemPages)

No description

Parameters

bool $systemPages

setDisplayNodePagination(bool $paginate)

No description

Parameters

bool $paginate

setIsSitemapOverlay(bool $isSitemapOverlay)

No description

Parameters

bool $isSitemapOverlay

array getSubNodes($parent, $onGetNode = null)

No description

Parameters

$parent
$onGetNode

Return Value

array

stdClass getNode(Page|int $cItem, bool $includeChildren = true, $onGetNode = null)

No description

Parameters

Page|int $cItem
bool $includeChildren
$onGetNode

Return Value

stdClass

canViewSitemapPanel()

No description

bool canRead()

No description

Return Value

bool