Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
tool_usertours\configuration Class Reference

Static Public Member Functions

static get_default_value ($key)
 Get the default value for the specified key.
 
static get_defaultable_keys ()
 Get the list of keys which can be defaulted in the tour.
 
static get_placement_options ($default=null)
 Get the list of possible placement options.
 
static get_step_default_value ($key)
 Get the default value for the specified key for the step form.
 

Public Attributes

TOURDEFAULT const TOURDEFAULT = 'usetourdefault'
 

Member Function Documentation

◆ get_default_value()

static tool_usertours\configuration::get_default_value ( $key)
static

Get the default value for the specified key.

Parameters
string$keyThe key for the specified value
Return values
mixed

◆ get_defaultable_keys()

static tool_usertours\configuration::get_defaultable_keys ( )
static

Get the list of keys which can be defaulted in the tour.

Return values
array

◆ get_placement_options()

static tool_usertours\configuration::get_placement_options ( $default = null)
static

Get the list of possible placement options.

Parameters
string$defaultThe default option.
Return values
array

◆ get_step_default_value()

static tool_usertours\configuration::get_step_default_value ( $key)
static

Get the default value for the specified key for the step form.

Parameters
string$keyThe key for the specified value
Return values
mixed

The documentation for this class was generated from the following file: