|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct () | |
| paintBackend (&$o) | |
| paintAlternativeProxies (Backend_Outputter $o) | |
| processBackend (Backend_Outputter $o) | |
| processAlternativeProxies (&$vars) | |
| save ($vars, $backup_existing=FALSE) | |
Public Member Functions inherited from Config | |
| __construct () | |
| save ($vars, $backup_existing=FALSE, $send_message=TRUE) | |
| acquireLock () | |
| canAcquireLock () | |
| releaseLock () | |
| updateLock () | |
| getLockInfo () | |
| writeAccess () | |
| paintBackend (&$o) | |
| processBackend (&$o) | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Data Fields | |
| $config_vars | |
Data Fields inherited from Config | |
| $config_vars = Array() | |
| $config_file = '' | |
| $name = '' | |
Data Fields inherited from MySource_Object | |
| $_tmp | |
Additional Inherited Members | |
Protected Member Functions inherited from Config | |
| _paintConfigVar ($var_name, $value, $var_export=TRUE) | |
Definition at line 32 of file proxy_authentication_config.inc.
| __construct | ( | ) |
Constructor
Definition at line 62 of file proxy_authentication_config.inc.
| paintAlternativeProxies | ( | Backend_Outputter | $o | ) |
Paints alternative proxies
| Backend_Outputter | $o | The outputter class |
Definition at line 245 of file proxy_authentication_config.inc.
| paintBackend | ( | & | $o | ) |
Paints the interface for our config options.
If you (as a sub-class) put your config vars so that when they are submitted appear in $_POST[get_class($this)] then you probably won't need to override processBackend()
| object | &$o | Backend_Outputter, reference to the backend outputter |
Definition at line 82 of file proxy_authentication_config.inc.
| save | ( | $vars, | |
$backup_existing = FALSE |
|||
| ) |
Rewrites the conf file with current variables
Return value indicates whether the file was written
| array | $vars | the array with any new values (that are allowed to be edited) Array('[config_var_name]' => [scalar value]) |
| boolean | $backup_existing | whether we should backup the existing config file first |
Definition at line 439 of file proxy_authentication_config.inc.
| $config_vars |
Definition at line 39 of file proxy_authentication_config.inc.