Home
last modified time | relevance | path

Searched refs:categoryparent (Results 1 – 3 of 3) sorted by relevance

/dports/www/moodle310/moodle/backup/converter/moodle1/
H A Dhandlerlib.php1503 protected $categoryparent = array(); variable in moodle1_gradebook_handler
1533 $this->categoryparent = array();
1550 $this->categoryparent[$data['id']] = $data['parent'];
1649 if (!array_key_exists($categoryid, $this->categoryparent)) {
1654 $parent = $this->categoryparent[$categoryid];
1657 $parent = $this->categoryparent[$parent];
/dports/www/moodle311/moodle/backup/converter/moodle1/
H A Dhandlerlib.php1503 protected $categoryparent = array(); variable in moodle1_gradebook_handler
1533 $this->categoryparent = array();
1550 $this->categoryparent[$data['id']] = $data['parent'];
1649 if (!array_key_exists($categoryid, $this->categoryparent)) {
1654 $parent = $this->categoryparent[$categoryid];
1657 $parent = $this->categoryparent[$parent];
/dports/www/moodle39/moodle/backup/converter/moodle1/
H A Dhandlerlib.php1503 protected $categoryparent = array(); variable in moodle1_gradebook_handler
1533 $this->categoryparent = array();
1550 $this->categoryparent[$data['id']] = $data['parent'];
1649 if (!array_key_exists($categoryid, $this->categoryparent)) {
1654 $parent = $this->categoryparent[$categoryid];
1657 $parent = $this->categoryparent[$parent];