|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilStudyProgrammeRepositorySearchGUI:
Collaboration diagram for ilStudyProgrammeRepositorySearchGUI:Public Member Functions | |
| addUser () | |
Public Member Functions inherited from ilRepositorySearchGUI | |
| __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 Public Member Functions inherited from ilRepositorySearchGUI | |
| 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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Custom repository search gui class for study programme to make it possible to get a handle on users selected in the repository search gui.
@ilCtrl_Calls ilStudyProgrammeRepositorySearchGUI: ilPropertyFormGUI
Definition at line 27 of file class.ilStudyProgrammeRepositorySearchGUI.php.
| ilStudyProgrammeRepositorySearchGUI::addUser | ( | ) |
Reimplemented from ilRepositorySearchGUI.
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.
Referenced by ilObjStudyProgrammeMembersGUI\initSearchGUI().
Here is the caller graph for this function: