MDL-31276: Phpdocs cleanup for offline grading feature

This commit is contained in:
Damyon Wiese 2012-09-11 15:48:19 +08:00
parent d0d4796b4a
commit 7a2b911c6b
17 changed files with 79 additions and 65 deletions

View file

@ -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) {