mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-52081 forms: indicate usage of grandparent constructor
This commit is contained in:
parent
1a0df5535e
commit
32fada5cb2
12 changed files with 12 additions and 0 deletions
|
@ -48,6 +48,7 @@ class MoodleQuickForm_selectyesno extends MoodleQuickForm_select{
|
|||
* @param mixed $options ignored, not used.
|
||||
*/
|
||||
public function __construct($elementName=null, $elementLabel=null, $attributes=null, $options=null) {
|
||||
// TODO MDL-52313 Replace with the call to parent::__construct().
|
||||
HTML_QuickForm_element::__construct($elementName, $elementLabel, $attributes, null);
|
||||
$this->_type = 'selectyesno';
|
||||
$this->_persistantFreeze = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue