public function __construct($id = '', $label = '')
 {
     $attributes = [];
     parent::__construct($attributes);
     $this->_id = $id;
     $this->label = $label;
 }
Beispiel #2
0
 public function __construct()
 {
     $this->filterResults();
     parent::__construct();
 }