public function getQueryArguments()
 {
     return parent::getQueryArguments();
 }
Example #2
0
 protected function getQueryArguments()
 {
     return array_merge(array($this->from), $this->fieldValues, parent::getQueryArguments());
 }