Home
last modified time | relevance | path

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

/dports/www/moodle310/moodle/course/classes/
H A Dcategory.php1905 if (!$this->has_manage_capability()) {
1927 if (!$this->has_manage_capability()) {
2110 if (!$this->has_manage_capability()) {
2752 return self::top()->has_manage_capability();
2772 public function has_manage_capability() { function in core_course_category
2784 return ($parent = $this->get_parent_coursecat()) && $parent->has_manage_capability();
2792 return $this->has_manage_capability();
2801 return $this->has_manage_capability() && !$this->get_not_visible_children_ids();
2834 return $this->has_manage_capability();
2891 return $this->has_manage_capability();
[all …]
H A Dmanagement_renderer.php221 if (!$category->can_resort_subcategories() && !$category->has_manage_capability()) {
468 if (core_course_category::top()->has_manage_capability()) {
627 if (!$category->has_manage_capability()) {
/dports/www/moodle39/moodle/course/classes/
H A Dcategory.php1905 if (!$this->has_manage_capability()) {
1927 if (!$this->has_manage_capability()) {
2108 if (!$this->has_manage_capability()) {
2749 return self::top()->has_manage_capability();
2769 public function has_manage_capability() { function in core_course_category
2781 return ($parent = $this->get_parent_coursecat()) && $parent->has_manage_capability();
2789 return $this->has_manage_capability();
2798 return $this->has_manage_capability() && !$this->get_not_visible_children_ids();
2831 return $this->has_manage_capability();
2888 return $this->has_manage_capability();
[all …]
H A Dmanagement_renderer.php221 if (!$category->can_resort_subcategories() && !$category->has_manage_capability()) {
468 if (core_course_category::top()->has_manage_capability()) {
627 if (!$category->has_manage_capability()) {
/dports/www/moodle311/moodle/course/classes/
H A Dcategory.php1906 if (!$this->has_manage_capability()) {
1928 if (!$this->has_manage_capability()) {
2111 if (!$this->has_manage_capability()) {
2753 return self::top()->has_manage_capability();
2773 public function has_manage_capability() { function in core_course_category
2785 return ($parent = $this->get_parent_coursecat()) && $parent->has_manage_capability();
2793 return $this->has_manage_capability();
2802 return $this->has_manage_capability() && !$this->get_not_visible_children_ids();
2835 return $this->has_manage_capability();
2892 return $this->has_manage_capability();
[all …]
H A Dmanagement_renderer.php221 if (!$category->can_resort_subcategories() && !$category->has_manage_capability()) {
468 if (core_course_category::top()->has_manage_capability()) {
627 if (!$category->has_manage_capability()) {
/dports/www/moodle310/moodle/course/
H A Drenderer.php1704 if ($coursecat->can_create_course() || $coursecat->has_manage_capability()) {
/dports/www/moodle311/moodle/course/
H A Drenderer.php1734 if ($coursecat->can_create_course() || $coursecat->has_manage_capability()) {
/dports/www/moodle39/moodle/course/
H A Drenderer.php1731 if ($coursecat->can_create_course() || $coursecat->has_manage_capability()) {