mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
added more phpdoc comments for hardFreezeAllVisibleExcept
This commit is contained in:
parent
56015454dd
commit
3673f6bc3b
@ -1339,7 +1339,9 @@ function validate_' . $this->_formName . '(frm) {
|
||||
return true;
|
||||
}
|
||||
/**
|
||||
* This function also removes all previously defined rules.
|
||||
* Hard freeze all elements in a form except those whose names are in $elementList or hidden elements in a form.
|
||||
*
|
||||
* This function also removes all previously defined rules of elements it freezes.
|
||||
*
|
||||
* @param array $elementList array or string of element(s) not to be frozen
|
||||
* @since 1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user