mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-30335 formslib : phpdoc improvement
This commit is contained in:
parent
5cde86faa9
commit
03848c4568
@ -904,6 +904,7 @@ abstract class moodleform {
|
||||
* Helper used by {@link repeat_elements()}.
|
||||
* @param int $i the index of this element.
|
||||
* @param HTML_QuickForm_element $elementclone
|
||||
* @param array $namecloned array of names
|
||||
*/
|
||||
function repeat_elements_fix_clone($i, $elementclone, &$namecloned) {
|
||||
$name = $elementclone->getName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user