| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
user account settings More...
 Collaboration diagram for ilUserAccountSettings:
 Collaboration diagram for ilUserAccountSettings:| Public Member Functions | |
| isLocalUserAdministrationEnabled () | |
| Check if local user administration is enabled. | |
| enableLocalUserAdministration ($a_status) | |
| Enable local user administration. | |
| isUserAccessRestricted () | |
| Check if user access is restricted. | |
| restrictUserAccess ($a_status) | |
| En/disable user access. | |
| update () | |
| Update settings. | |
| Static Public Member Functions | |
| static | getInstance () | 
| Singelton get instance. | |
| Protected Member Functions | |
| __construct () | |
| Singleton constructor. | |
| Private Member Functions | |
| read () | |
| Read user account settings. | |
| Private Attributes | |
| $storage = null | |
| $lua_enabled = true | |
| $lua_access_filter = false | |
| Static Private Attributes | |
| static | $instance = null | 
| 
 | protected | 
Singleton constructor.
Definition at line 26 of file class.ilUserAccountSettings.php.
References read().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilUserAccountSettings::enableLocalUserAdministration | ( | $a_status | ) | 
Enable local user administration.
| object | $a_status | 
Definition at line 59 of file class.ilUserAccountSettings.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Singelton get instance.
Definition at line 36 of file class.ilUserAccountSettings.php.
References $instance.
Referenced by ilObjUser\_getUsersOnline(), ilUserFilter\filter(), ilObjUserFolderGUI\generalSettingsObject(), ilUserAutoComplete\getList(), ilObjCategoryGUI\getTabs(), ilUserFilter\init(), ilObjUserFolderGUI\saveGeneralSettingsObject(), and ilObjUserFolderGUI\viewObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserAccountSettings::isLocalUserAdministrationEnabled | ( | ) | 
Check if local user administration is enabled.
Definition at line 49 of file class.ilUserAccountSettings.php.
References $lua_enabled.
Referenced by update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserAccountSettings::isUserAccessRestricted | ( | ) | 
Check if user access is restricted.
Definition at line 68 of file class.ilUserAccountSettings.php.
References $lua_access_filter.
Referenced by update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Read user account settings.
Definition at line 97 of file class.ilUserAccountSettings.php.
References enableLocalUserAdministration(), and restrictUserAccess().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserAccountSettings::restrictUserAccess | ( | $a_status | ) | 
En/disable user access.
| object | $a_status | 
Definition at line 78 of file class.ilUserAccountSettings.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserAccountSettings::update | ( | ) | 
Update settings.
Definition at line 87 of file class.ilUserAccountSettings.php.
References isLocalUserAdministrationEnabled(), and isUserAccessRestricted().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | staticprivate | 
Definition at line 15 of file class.ilUserAccountSettings.php.
Referenced by getInstance().
| 
 | private | 
Definition at line 20 of file class.ilUserAccountSettings.php.
Referenced by isUserAccessRestricted().
| 
 | private | 
Definition at line 19 of file class.ilUserAccountSettings.php.
Referenced by isLocalUserAdministrationEnabled().
| 
 | private | 
Definition at line 17 of file class.ilUserAccountSettings.php.