load_optpage_data_folder (line
36 )
This function builds an array with all the information about the options available to the user, and returns it. The options are grouped by the groups in which they are displayed.
For each option, the following information is stored:
- name: the internal (variable) name
- caption: the description of the option in the UI
- type: one of SMOPT_TYPE_*
- refresh: one of SMOPT_REFRESH_*
- size: one of SMOPT_SIZE_*
- save: the name of a function to call when saving this option
- return: all option information
array
load_optpage_data_folder
()
save_option_draft_folder (line
296 )
Saves the draft folder option.
void
save_option_draft_folder
(object $option)
-
object
$option: SquirrelOption object
save_option_sent_folder (line
275 )
Saves the sent folder option.
void
save_option_sent_folder
(object $option)
-
object
$option: SquirrelOption object
save_option_trash_folder (line
254 )
Saves the trash folder option.
void
save_option_trash_folder
(object $option)
-
object
$option: SquirrelOption object