Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
System_Config_Edit_Interface Class Reference
Inheritance diagram for System_Config_Edit_Interface:
MySource_Object

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
 

Detailed Description

Definition at line 29 of file system_config_edit_interface.inc.

Member Function Documentation

paint ( $backend)

Lets print the conf backend

Parameters
objectBackend $backend Reference to the backend object
Returns
void

Definition at line 50 of file system_config_edit_interface.inc.

paintActiveLocks ( $o)

Paint a list of active locks

Parameters
objectBackend_Outputter &$o reference to the backend outputter

public

Returns
void

Definition at line 378 of file system_config_edit_interface.inc.

paintUserPrefs ( $o)

Allow editing of the user preferece settings

Parameters
objectBackend_Outputter &$o reference to the backend outputter
Returns
void public

Definition at line 203 of file system_config_edit_interface.inc.

processActiveLocks ( $o)

Processess the list of active locks

Parameters
objectBackend_Outputter &$o reference to the backend outputter
Returns
void public

Definition at line 518 of file system_config_edit_interface.inc.

processUserPrefs ( $o)

Saves the user preference settings that were submitted

Parameters
objectBackend_Outputter &$o reference to the backend outputter
Returns
boolean public

Definition at line 287 of file system_config_edit_interface.inc.

Constructor

Definition at line 37 of file system_config_edit_interface.inc.


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