|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilCmiXapiUserAutocomplete:
Collaboration diagram for ilCmiXapiUserAutocomplete:Public Member Functions | |
| __construct ($objId) | |
Public Member Functions inherited from ilUserAutoComplete | |
| __construct () | |
| Default constructor. More... | |
| respectMinimumSearchCharacterCount ($a_status) | |
| getRespectMinimumSearchCharacterCount () | |
| addUserAccessFilterCallable (callable $user_filter) | |
| Closure for filtering users e.g $rep_search_gui->addUserAccessFilterCallable(function($user_ids) use($ref_id,$rbac_perm,$pos_perm)) { // filter users return $filtered_users }. More... | |
| setLimit ($a_limit) | |
| getLimit () | |
| setSearchType ($search_type) | |
| getSearchType () | |
| setPrivacyMode ($privacy_mode) | |
| getPrivacyMode () | |
| setUser ($user) | |
| getUser () | |
| enableFieldSearchableCheck ($a_status) | |
| Enable the check whether the field is searchable in Administration -> Settings -> Standard Fields. More... | |
| isFieldSearchableCheckEnabled () | |
| Searchable check enabled. More... | |
| enableUserAccessCheck ($a_status) | |
| Enable user access check. More... | |
| isUserAccessCheckEnabled () | |
| Check if user access check is enabled. More... | |
| setSearchFields ($a_fields) | |
| Set searchable fields. More... | |
| getSearchFields () | |
| get possible search fields More... | |
| setResultField ($a_field) | |
| Set result field. More... | |
| setUserLimitations ($a_limitations) | |
| allow user limitations like inactive and access limitations More... | |
| getUserLimitations () | |
| allow user limitations like inactive and access limitations More... | |
| isMoreLinkAvailable () | |
| setMoreLinkAvailable ($more_link_available) | |
| IMPORTANT: remember to read request parameter 'fetchall' to use this function. More... | |
| parseQueryString ($a_query) | |
| Parse query string. More... | |
Protected Member Functions | |
| getFromPart () | |
| {} More... | |
Protected Member Functions inherited from ilUserAutoComplete | |
| getFields () | |
| Get searchable fields. More... | |
| getSelectPart () | |
| getOrderByPart () | |
Protected Attributes | |
| $objId | |
Protected Attributes inherited from ilUserAutoComplete | |
| $user_filter = null | |
Additional Inherited Members | |
Data Fields inherited from ilUserAutoComplete | |
| const | MAX_ENTRIES = 1000 |
| const | SEARCH_TYPE_LIKE = 1 |
| const | SEARCH_TYPE_EQUALS = 2 |
| const | PRIVACY_MODE_RESPECT_USER_SETTING = 1 |
| const | PRIVACY_MODE_IGNORE_USER_SETTING = 2 |
Definition at line 15 of file class.ilCmiXapiUserAutocomplete.php.
| ilCmiXapiUserAutocomplete::__construct | ( | $objId | ) |
| int | $objId |
Definition at line 25 of file class.ilCmiXapiUserAutocomplete.php.
References $objId, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
{}
Definition at line 34 of file class.ilCmiXapiUserAutocomplete.php.
References $DIC.
|
protected |
Definition at line 20 of file class.ilCmiXapiUserAutocomplete.php.
Referenced by __construct().