class UserPage extends Page

Constants

ACTION_DETAIL

ACTION_DELETE

ACTION_ANONYMIZE

ACTION_ACTIVATE

ACTION_PASSWORD_CHANGE

ACTION_RESET_PASSWORD_ERRORS

ACTION_REVOKE_ONBOARDING_CODE

ACTION_IMPORT

ACTION_CREATE

ACTION_SEARCH

IMPORT_RESULT_FILE_KEY

IMPORT_ZIP_FILE_KEY

Properties

AdministrationController|Controller $mod
protected $default_page from  Page

Methods

Template|xelos_global_template
getOnboardingPDFTemplate(User $user)

No description

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

No description

void
importInitCb(Import $import)

No description

bool|string
importUserCb(mixed $importArray, mixed $options = [], $processedFdl = [])

User Import Callback (used by xui_import above)

Details

at line 1187
Template|xelos_global_template getOnboardingPDFTemplate(User $user)

No description

Parameters

User $user

Return Value

Template|xelos_global_template

Exceptions

Exception

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

No description

Parameters

mixed $subpage

Return Value

xelos_global_template|string|bool

Exceptions

ContentException
Exception

at line 722
void importInitCb(Import $import)

No description

Parameters

Import $import

Return Value

void

at line 772
bool|string importUserCb(mixed $importArray, mixed $options = [], $processedFdl = [])

User Import Callback (used by xui_import above)

Parameters

mixed $importArray
mixed $options
$processedFdl

Return Value

bool|string

Exceptions

ModuleException