class ImportCategoryPage extends Page

Class ImportCategoryPage

Properties

SystemDMSController $mod
protected $default_page from  Page

Methods

xelos_global_template|string|bool
get_page(mixed $subpage = false)

Standard Get Page Controller

from  Page
init()

Initialization.

page_check(int $batch_size = 100)

This code is meant for helping in recovery or mass update operations The process is generic and you need to manually specify your operation code The code checked in should be "non functional" by design - please uncomment the required function

Template|xelos_global_template
page_overview(int $category_id = 0)

No description

Details

in Page at line 26
xelos_global_template|string|bool get_page(mixed $subpage = false)

Standard Get Page Controller

Parameters

mixed $subpage

Return Value

xelos_global_template|string|bool

at line 31
init()

Initialization.

at line 522
Template page_check(int $batch_size = 100)

This code is meant for helping in recovery or mass update operations The process is generic and you need to manually specify your operation code The code checked in should be "non functional" by design - please uncomment the required function

Parameters

int $batch_size

Return Value

Template

at line 46
Template|xelos_global_template page_overview(int $category_id = 0)

No description

Parameters

int $category_id

Return Value

Template|xelos_global_template

Exceptions

ContentException