Exemple #1
0
 /**
  * @param string|null $name
  * @param string|null $label
  */
 function __construct($name = null, $label = null)
 {
     parent::__construct($name . '[]', $label);
 }
Exemple #2
0
 function __construct($name = null, $label = null)
 {
     parent::__construct($name, $label);
     $this->view = $name;
 }