-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tracking down Code prechecks errors.
- Loading branch information
1 parent
a59345c
commit ab17dbb
Showing
7 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
/** | ||
* TODO. | ||
* Class differentiator. | ||
* | ||
* @package local_differentiator | ||
* @copyright 2019 Luca Bösch <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
/** | ||
* TODO. | ||
* Class handlers. | ||
* | ||
* @package local_differentiator | ||
* @copyright 2019 Luca Bösch <[email protected]> | ||
|
@@ -44,7 +44,7 @@ | |
class handlers extends \external_api { | ||
// Taken from mod/choicegroup/classes/external.php. | ||
/** | ||
* Definition of parameters for {@link get_handlers()}. | ||
* Definition of parameters for {@see get_handlers()}. | ||
* Returns description of method parameters. | ||
* | ||
* @return external_function_parameters | ||
|
@@ -59,7 +59,7 @@ public static function get_handlers_parameters() { | |
} | ||
|
||
/** | ||
* Definition of return type for {@link get_handlers()}. | ||
* Definition of return type for {@see get_handlers()}. | ||
* Returns description of method result value. | ||
* | ||
* @return external_multiple_structure | ||
|
@@ -201,4 +201,4 @@ public static function get_handlers($userid, $learninggoalid) { | |
$list[] = $exporter->export($renderer); | ||
return $list; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
/** | ||
* TODO. | ||
* Class learninggoals. | ||
* | ||
* @package local_differentiator | ||
* @copyright 2019 Luca Bösch <[email protected]> | ||
|
@@ -40,7 +40,7 @@ | |
*/ | ||
class learninggoals extends \external_api { | ||
/** | ||
* Definition of parameters for {@link get_learninggoals()}. | ||
* Definition of parameters for {@see get_learninggoals()}. | ||
* Returns description of method parameters. | ||
* | ||
* @return external_function_parameters | ||
|
@@ -53,7 +53,7 @@ public static function get_learninggoals_parameters() { | |
} | ||
|
||
/** | ||
* Definition of parameters for {@link get_learninggoals()}. | ||
* Definition of parameters for {@see get_learninggoals()}. | ||
* Returns description of method result value. | ||
* | ||
* @return external_multiple_structure | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
/** | ||
* TODO. | ||
* Class learninggoal_edit. | ||
* | ||
* @package local_differentiator | ||
* @copyright 2019 Luca Bösch <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
/** | ||
* TODO. | ||
* Class learninggoal_edit_controller. | ||
* | ||
* @package local_differentiator | ||
* @copyright 2019 Luca Bösch <[email protected]> | ||
|