class CategoryPage extends Page

Class CategoryPage

Properties

SystemDMSController $mod
protected $default_page from  Page
protected CategoryService $service

Methods

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

No description

init()

Initialization

bool|string|void|xelos_global_template|null
page_delete(null $category_id = null)

No description

bool|string|void|Template|xelos_global_template
page_edit(null $category_id = null)

No description

bool|string|void|Template|xelos_global_template
page_new(null $category_id = null)

No description

Template|xelos_global_template
page_overview(int|bool $category_id = false)

Return a page with default view

Details

at line 48
xelos_global_template|string|bool get_page(bool $subPage = false)

No description

Parameters

bool $subPage

Return Value

xelos_global_template|string|bool

Exceptions

ContentException

at line 38
init()

Initialization

at line 356
bool|string|void|xelos_global_template|null page_delete(null $category_id = null)

No description

Parameters

null $category_id

Return Value

bool|string|void|xelos_global_template|null

Exceptions

ContentException
Exception

at line 433
bool|string|void|Template|xelos_global_template page_edit(null $category_id = null)

No description

Parameters

null $category_id

Return Value

bool|string|void|Template|xelos_global_template

Exceptions

ContentException

at line 219
bool|string|void|Template|xelos_global_template page_new(null $category_id = null)

No description

Parameters

null $category_id

Return Value

bool|string|void|Template|xelos_global_template

Exceptions

ContentException

at line 64
Template|xelos_global_template page_overview(int|bool $category_id = false)

Return a page with default view

Parameters

int|bool $category_id

Return Value

Template|xelos_global_template

Exceptions

ContentException