示例#1
0
 /**
  * Internal constructor not depended on params. Can be used for object initialization
  */
 protected function _construct()
 {
     parent::_construct();
     $this->arrayKeys[] = 'attribute';
     $this->arrayKeys[] = 'operator';
     $this->arrayKeys[] = 'value';
 }