class SetupPage extends SetupPage

Class SetupPage

Properties

Controller $mod from  Page
protected $default_page from  Page
protected $hide_continue_button from  SetupPage

Methods

get_configuration_steps()

checks several points for being configured and returns an array with the checks and their results

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

Standard Get Page Controller

from  Page
get_setup_step($step)

No description

get_step_instance_policy()

No description

init()

No description

bool
is_configured()

returns true if everything is configured and returns false if at least one point is not yet done

bool
is_setup_step_finished(string $step)

No description

page_overview($setup_step = false)

Make an overview page, displaying all available setup steps and their completion state

user_has_access()

No description

Details

at line 27
protected get_configuration_steps()

checks several points for being configured and returns an array with the checks and their results

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 49
protected get_setup_step($step)

No description

Parameters

$step

in SetupPage at line 253
final get_step_instance_policy()

No description

in SetupPage at line 35
final init()

No description

in SetupPage at line 154
final bool is_configured()

returns true if everything is configured and returns false if at least one point is not yet done

Return Value

bool

everything ok

at line 61
protected bool is_setup_step_finished(string $step)

No description

Parameters

string $step

Return Value

bool

in SetupPage at line 47
final page_overview($setup_step = false)

Make an overview page, displaying all available setup steps and their completion state

return xelos_global_template

Parameters

$setup_step

at line 18
protected user_has_access()

No description