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