MDL-45618 Fix @since PHPdoc tags.

This commit is contained in:
Tim Hunt 2014-05-19 17:03:04 +01:00
parent a929fd50f9
commit 5bcfd504df
110 changed files with 191 additions and 191 deletions

View file

@ -67,7 +67,7 @@ class MoodleQuickForm_text extends HTML_QuickForm_text{
/**
* Freeze the element so that only its value is returned and set persistantfreeze to false
*
* @since 2.4
* @since Moodle 2.4
* @access public
* @return void
*/
@ -81,7 +81,7 @@ class MoodleQuickForm_text extends HTML_QuickForm_text{
/**
* Returns the html to be used when the element is frozen
*
* @since 2.4
* @since Moodle 2.4
* @return string Frozen html
*/
function getFrozenHtml()