Home
last modified time | relevance | path

Searched refs:get_child_ids (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle310/moodle/lib/
H A Dlistlib.php283 $peerids = $itemref->parentlist->get_child_ids();
292 public function get_child_ids() { function in moodle_list
394 $newpeers = $newparent->children->get_child_ids();
/dports/www/moodle311/moodle/lib/
H A Dlistlib.php283 $peerids = $itemref->parentlist->get_child_ids();
292 public function get_child_ids() { function in moodle_list
394 $newpeers = $newparent->children->get_child_ids();
/dports/www/moodle39/moodle/lib/
H A Dlistlib.php283 $peerids = $itemref->parentlist->get_child_ids();
292 public function get_child_ids() { function in moodle_list
394 $newpeers = $newparent->children->get_child_ids();
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A DArtist.php442 public function get_child_ids() function in Ampache\\Repository\\Model\\Artist
H A DAlbum.php834 public function get_child_ids() function in Ampache\\Repository\\Model\\Album
H A DCatalog.php1925 foreach ($libitem->get_child_ids() as $album_id) {