Esempio n. 1
0
 public function __construct($id, $choices, $rows = 5, ChoiceRenderer $choiceRenderer = null, Model $model = null)
 {
     parent::__construct($id, $choices, $choiceRenderer, $model);
     $this->rows = $rows;
 }
Esempio n. 2
0
 /**
  *
  * @param string $id
  * @param array $choices The available choices
  * @param Model $model 
  */
 public function __construct($id, $choices, Model $model = null)
 {
     parent::__construct($id, $choices, $model);
 }