Ejemplo n.º 1
0
 protected function getRequestData()
 {
     return array_merge(parent::getRequestData(), ['only_realtime' => true]);
 }
Ejemplo n.º 2
0
 protected function getResponserParams()
 {
     return array_merge(parent::getResponserParams(), array('type' => $this->getQueryType(), 'value' => $this->getQuery()));
 }