Пример #1
0
 protected function _init()
 {
     parent::_init();
     $this->_mandatoryProperties[] = 'model';
     $this->_mandatoryProperties[] = 'fieldName';
 }
Пример #2
0
 public function getExtConfig()
 {
     $ret = parent::getExtConfig();
     unset($ret['queryFields']);
     return $ret;
 }