getHtmlName() public méthode

Returns HTML name of control.
public getHtmlName ( ) : string
Résultat string
 /**
  * @return string
  */
 public function getHtmlName()
 {
     return parent::getHtmlName() . '[]';
 }