mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-45618 Fix @since PHPdoc tags.
This commit is contained in:
parent
a929fd50f9
commit
5bcfd504df
110 changed files with 191 additions and 191 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue