class AdminPage extends Page

Class XELOS\Modules\PersonalWorkspace\Page\xpage_personal_workspace_admin

Properties

PersonalWorkspaceController $mod
protected $default_page from  Page

Methods

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

Standard Get Page Controller

from  Page
bool|string|Template
page_edit_user(int $userId = 0)

No description

page_overview()

show a list of users with the config_var quota_size set for this instance in system_user_config

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 100
bool|string|Template page_edit_user(int $userId = 0)

No description

Parameters

int $userId

Return Value

bool|string|Template

Exceptions

ContentException

at line 24
Template page_overview()

show a list of users with the config_var quota_size set for this instance in system_user_config

Return Value

Template