Пример #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
  */
 public function __construct($elementName = null, $value = '', $attributes = null)
 {
     parent::__construct($elementName, $value, $attributes);
 }