Пример #1
0
 /**
  * Constructor
  *
  * @param string $elementName (optional) name of the hidden element
  * @param string $value (optional) value of the element
  * @param mixed  $attributes (optional) Either a typical HTML attribute string
  *               or an associative array
  */
 function MoodleQuickForm_hidden($elementName = null, $value = '', $attributes = null)
 {
     parent::HTML_QuickForm_hidden($elementName, $value, $attributes);
 }