Ejemplo n.º 1
0
 /** Constructor creates the form element
  *  @param string $id     Id of the form
  *  @param string $action Optional action attribute of the form
  */
 public function __construct($id, $action)
 {
     parent::__construct($id, $action);
 }