class IndexPage extends Page

Constants

private IS_TEMPLATE

private IS_ACTIVE

Properties

SmartWikiController $mod
protected $default_page from  Page

Methods

xelos_global_template|string|bool
get_page(bool|string $index_mode = false)

No description

Tree
get_toc_tree(bool $current_id = false, bool $sortable = false)

No description

Tree
get_toc_tree_object()

No description

Template|xelos_global_template
page_orphans()

diagnostic page to find orphan pages, which are pages that won't be displayed in the tree view but show on the alphabetical index page

Details

at line 28
xelos_global_template|string|bool get_page(bool|string $index_mode = false)

No description

Parameters

bool|string $index_mode

Return Value

xelos_global_template|string|bool

at line 209
Tree get_toc_tree(bool $current_id = false, bool $sortable = false)

No description

Parameters

bool $current_id
bool $sortable

Return Value

Tree

at line 187
Tree get_toc_tree_object()

No description

Return Value

Tree

at line 250
Template|xelos_global_template page_orphans()

diagnostic page to find orphan pages, which are pages that won't be displayed in the tree view but show on the alphabetical index page

with recursive deletion of subpages, there should be almost no possibilty of this heppening unless the user creates a private draft, sets a parent page which then gets deleted before the page is published and therefore the page hangs there without a parent

Return Value

Template|xelos_global_template