mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00
MDL-60528 grading: Accurate class names in PHPDoc
This commit is contained in:
parent
9644c0e87a
commit
71826ac268
1 changed files with 2 additions and 2 deletions
|
@ -489,7 +489,7 @@ class grading_manager {
|
|||
* Returns the given method's controller in the gradable area
|
||||
*
|
||||
* @param string $method the method name, eg 'rubric' (must be available)
|
||||
* @return grading_controller
|
||||
* @return gradingform_controller
|
||||
*/
|
||||
public function get_controller($method) {
|
||||
global $CFG, $DB;
|
||||
|
@ -534,7 +534,7 @@ class grading_manager {
|
|||
/**
|
||||
* Returns the controller for the active method if it is available
|
||||
*
|
||||
* @return null|grading_controller
|
||||
* @return null|gradingform_controller
|
||||
*/
|
||||
public function get_active_controller() {
|
||||
if ($gradingmethod = $this->get_active_method()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue