Home
last modified time | relevance | path

Searched refs:search_get_user_details (Results 1 – 9 of 9) sorted by relevance

/dports/www/moodle39/moodle/message/tests/
H A Dhelper_test.php112 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user2)); // Student in same c…
113 …$this->assertEmpty(\core_message\helper::search_get_user_details($user4)); // Student in another c…
114 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user3)); // Teacher in same c…
120 …$this->assertEmpty(\core_message\helper::search_get_user_details($user5)); // Student in same cour…
121 …$this->assertEmpty(\core_message\helper::search_get_user_details($user1)); // Student in another c…
122 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user6)); // Teacher in same c…
167 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user2)); // Student in same c…
168 …$this->assertEmpty(\core_message\helper::search_get_user_details($user4)); // Student in another c…
169 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user3)); // Teacher in same c…
175 …$this->assertEmpty(\core_message\helper::search_get_user_details($user5)); // Student in same cour…
[all …]
/dports/www/moodle310/moodle/message/tests/
H A Dhelper_test.php112 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user2)); // Student in same c…
113 …$this->assertEmpty(\core_message\helper::search_get_user_details($user4)); // Student in another c…
114 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user3)); // Teacher in same c…
120 …$this->assertEmpty(\core_message\helper::search_get_user_details($user5)); // Student in same cour…
121 …$this->assertEmpty(\core_message\helper::search_get_user_details($user1)); // Student in another c…
122 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user6)); // Teacher in same c…
167 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user2)); // Student in same c…
168 …$this->assertEmpty(\core_message\helper::search_get_user_details($user4)); // Student in another c…
169 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user3)); // Teacher in same c…
175 …$this->assertEmpty(\core_message\helper::search_get_user_details($user5)); // Student in same cour…
[all …]
/dports/www/moodle311/moodle/message/tests/
H A Dhelper_test.php112 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user2)); // Student in same c…
113 …$this->assertEmpty(\core_message\helper::search_get_user_details($user4)); // Student in another c…
114 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user3)); // Teacher in same c…
120 …$this->assertEmpty(\core_message\helper::search_get_user_details($user5)); // Student in same cour…
121 …$this->assertEmpty(\core_message\helper::search_get_user_details($user1)); // Student in another c…
122 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user6)); // Teacher in same c…
167 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user2)); // Student in same c…
168 …$this->assertEmpty(\core_message\helper::search_get_user_details($user4)); // Student in another c…
169 …$this->assertNotEmpty(\core_message\helper::search_get_user_details($user3)); // Teacher in same c…
175 …$this->assertEmpty(\core_message\helper::search_get_user_details($user5)); // Student in same cour…
[all …]
/dports/www/moodle310/moodle/message/classes/
H A Dhelper.php661 public static function search_get_user_details(\stdClass $user) : array { function in core_message\\helper
H A Dapi.php280 $userdetails = \core_message\helper::search_get_user_details($user);
/dports/www/moodle311/moodle/message/classes/
H A Dhelper.php662 public static function search_get_user_details(\stdClass $user) : array { function in core_message\\helper
H A Dapi.php281 $userdetails = \core_message\helper::search_get_user_details($user);
/dports/www/moodle39/moodle/message/classes/
H A Dhelper.php812 public static function search_get_user_details(\stdClass $user) : array { function in core_message\\helper
H A Dapi.php401 $userdetails = \core_message\helper::search_get_user_details($user);