Squiz Matrix
4.12.2
|
Public Member Functions | |
System_Config_Edit_Interface () | |
paint (&$backend) | |
paintUserPrefs (&$o) | |
processUserPrefs (&$o) | |
paintActiveLocks (&$o) | |
processActiveLocks (&$o) | |
Public Member Functions inherited from MySource_Object | |
MySource_Object () | |
__sleep () | |
__wakeup () | |
Additional Inherited Members | |
Data Fields inherited from MySource_Object | |
$_tmp | |
Definition at line 29 of file system_config_edit_interface.inc.
paint | ( | & | $backend | ) |
Lets print the conf backend
object | Backend $backend Reference to the backend object |
Definition at line 50 of file system_config_edit_interface.inc.
paintActiveLocks | ( | & | $o | ) |
Paint a list of active locks
object | Backend_Outputter &$o reference to the backend outputter |
public
Definition at line 378 of file system_config_edit_interface.inc.
paintUserPrefs | ( | & | $o | ) |
Allow editing of the user preferece settings
object | Backend_Outputter &$o reference to the backend outputter |
Definition at line 203 of file system_config_edit_interface.inc.
processActiveLocks | ( | & | $o | ) |
Processess the list of active locks
object | Backend_Outputter &$o reference to the backend outputter |
Definition at line 518 of file system_config_edit_interface.inc.
processUserPrefs | ( | & | $o | ) |
Saves the user preference settings that were submitted
object | Backend_Outputter &$o reference to the backend outputter |
Definition at line 287 of file system_config_edit_interface.inc.
Constructor
Definition at line 37 of file system_config_edit_interface.inc.