Example #1
0
 public function __construct()
 {
     $this->type = self::TYPE_CHECKBOX;
     parent::__construct();
 }
Example #2
0
 public function __construct()
 {
     $this->type = self::TYPE_RADIO_GROUP;
     parent::__construct();
 }