예제 #1
0
 /**
  * @param string|null $name
  * @param string|null $label
  */
 function __construct($name = null, $label = null)
 {
     parent::__construct($name . '[]', $label);
 }
예제 #2
0
파일: View.php 프로젝트: gr00d/admin
 function __construct($name = null, $label = null)
 {
     parent::__construct($name, $label);
     $this->view = $name;
 }