Beispiel #1
0
 public function __construct($field)
 {
     parent::__construct($field);
     $this->extra = $field['extra'];
     //text etc
     $this->key = $this->extra['key'];
     $this->_option_name = $this->extra['name'];
 }
Beispiel #2
0
 public function __construct($field)
 {
     parent::__construct($field);
 }