|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
@classDescription user filter More...
Collaboration diagram for ilUserFilter:Public Member Functions | |
| filter ($a_user_ids) | |
| Filter user accounts. More... | |
| getFolderIds () | |
| Get accessible user folder (cat and usrf) ids. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Singelton get instance. More... | |
Protected Member Functions | |
| __construct () | |
| Singleton constructor. More... | |
Private Member Functions | |
| init () | |
| Init. More... | |
Private Attributes | |
| $settings = null | |
| $folder_ids = array() | |
Static Private Attributes | |
| static | $instance = null |
|
protected |
Singleton constructor.
Definition at line 28 of file class.ilUserFilter.php.
References init().
Here is the call graph for this function:| ilUserFilter::filter | ( | $a_user_ids | ) |
Filter user accounts.
Definition at line 49 of file class.ilUserFilter.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_ASSOC, and ilUserAccountSettings\getInstance().
Here is the call graph for this function:| ilUserFilter::getFolderIds | ( | ) |
Get accessible user folder (cat and usrf) ids.
Definition at line 75 of file class.ilUserFilter.php.
References $folder_ids.
|
static |
Singelton get instance.
Definition at line 37 of file class.ilUserFilter.php.
References $instance.
Referenced by ilMailAutoCompleteUserProvider\getWherePart(), ilRepositorySearchGUI\listUsers(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilRepositorySearchGUI\performSearch(), ilInternalLink\searchUsers(), and ilMailSearchGUI\showResults().
Here is the caller graph for this function:
|
private |
Init.
Definition at line 84 of file class.ilUserFilter.php.
References ilLocalUser\_getFolderIds(), and ilUserAccountSettings\getInstance().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 21 of file class.ilUserFilter.php.
Referenced by getFolderIds().
|
staticprivate |
Definition at line 17 of file class.ilUserFilter.php.
Referenced by getInstance().
|
private |
Definition at line 19 of file class.ilUserFilter.php.