mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-31276: Phpdocs cleanup for offline grading feature
This commit is contained in:
parent
d0d4796b4a
commit
7a2b911c6b
17 changed files with 79 additions and 65 deletions
|
@ -114,7 +114,7 @@ class assign_feedback_comments extends assign_feedback_plugin {
|
|||
* Get the saved text content from the editor
|
||||
*
|
||||
* @param string $name
|
||||
* @param int $submissionid
|
||||
* @param int $gradeid
|
||||
* @return string
|
||||
*/
|
||||
public function get_editor_text($name, $gradeid) {
|
||||
|
@ -132,7 +132,7 @@ class assign_feedback_comments extends assign_feedback_plugin {
|
|||
* Get the saved text content from the editor
|
||||
*
|
||||
* @param string $name
|
||||
* @param int $submissionid
|
||||
* @param int $gradeid
|
||||
* @return string
|
||||
*/
|
||||
public function set_editor_text($name, $value, $gradeid) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue