-
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.
Adoptions for Moodle 4.2 to suit classloader.
- Loading branch information
1 parent
15ad179
commit 7c22d5e
Showing
5 changed files
with
24 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
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 |
---|---|---|
|
@@ -24,10 +24,11 @@ | |
|
||
namespace local_differentiator\external; | ||
|
||
use external_function_parameters; | ||
use external_multiple_structure; | ||
use external_value; | ||
use external_single_structure; | ||
use core_external\external_multiple_structure; | ||
use core_external\external_single_structure; | ||
use core_external\external_api; | ||
use core_external\external_function_parameters; | ||
use core_external\external_value; | ||
|
||
/** | ||
* Class learninggoals | ||
|
@@ -36,7 +37,7 @@ | |
* @copyright 2019 Luca Bösch <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class learninggoals extends \external_api { | ||
class learninggoals extends external_api { | ||
/** | ||
* Definition of parameters for {@see get_learninggoals()}. | ||
* Returns description of method parameters. | ||
|
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