ILIAS
trunk Revision v11.0_alpha-1713-gd8962da2f67
|
Custom repository search gui class for study programme to make it possible to get a handle on users selected in the repository search gui. More...
Public Member Functions | |
addUser () | |
![]() | |
__construct () | |
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... | |
setTitle (string $a_title) | |
getTitle () | |
enableSearchableCheck (bool $a_status) | |
isSearchableCheckEnabled () | |
setPrivacyMode (int $privacy_mode) | |
getPrivacyMode () | |
getSearchType () | |
getRoleCallback () | |
setString (string $a_str) | |
getString () | |
executeCommand () | |
__clearSession () | |
cancel () | |
start () | |
addRole () | |
addUser () | |
setCallback (object $class, string $method, array $a_add_options=[], string $default_option='') | |
setRoleCallback (object $class, string $method, array $a_add_options=[], string $default_option='') | |
setPermissionQueryCallback (object $class, string $method) | |
showSearch () | |
showSearchSelected () | |
initFormSearch (?ilObjUser $user=null) | |
show () | |
appendSearch () | |
performSearch () | |
__performUserSearch () | |
__performGroupSearch () | |
__performRoleSearch () | |
__parseQueryString (string $a_string, bool $a_combination_or=true, bool $a_ignore_length=false) | |
__loadQueries () | |
__setSearchType () | |
__updateResults () | |
__appendToStoredResults (array $a_usr_ids) | |
__storeEntries (ilSearchResult $new_res) | |
showSearchResults () | |
searchResultFilterListener (int $a_ref_id, array $a_data) | |
Listener called from ilSearchResult Id is obj_id for role, usr Id is ref_id for crs grp. More... | |
allowObjectSelection (bool $a_value=false) | |
setUserLimitations (bool $a_limitations) | |
allow user limitations like inactive and access limitations More... | |
getUserLimitations () | |
allow user limitations like inactive and access limitations More... | |
Static Public Member Functions | |
static | fillAutoCompleteToolbar ( $parent_object, ?ilToolbarGUI $toolbar=null, $a_options=array(), $a_sticky=false) |
This is just the same as in the parent class, except for the hardcoded class name. More... | |
![]() | |
static | fillAutoCompleteToolbar (object $parent_object, ?ilToolbarGUI $toolbar=null, array $a_options=[], bool $a_sticky=false) |
array( auto_complete_name = $lng->txt('user'), auto_complete_size = 15, user_type = array(ilCourseParticipants::CRS_MEMBER,ilCourseParticpants::CRS_TUTOR), submit_name = $lng->txt('add') ) More... | |
Custom repository search gui class for study programme to make it possible to get a handle on users selected in the repository search gui.
ilStudyProgrammeRepositorySearchGUI: ilPropertyFormGUI
Definition at line 27 of file class.ilStudyProgrammeRepositorySearchGUI.php.
ilStudyProgrammeRepositorySearchGUI::addUser | ( | ) |
Definition at line 29 of file class.ilStudyProgrammeRepositorySearchGUI.php.
References $DIC, and ilRepositorySearchGUI\$refinery.
|
static |
This is just the same as in the parent class, except for the hardcoded class name.
Definition at line 48 of file class.ilStudyProgrammeRepositorySearchGUI.php.
References $DIC, $id, ilRepositorySearchGUI\$lng, ilRepositorySearchGUI\$tree, ilRepositorySearchGUI\$ui_factory, ilObject\_lookupObjId(), ilTree\checkForParentType(), ILIAS\Repository\int(), ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by ilObjStudyProgrammeMembersGUI\initSearchGUI().