Exemplo n.º 1
0
 public function sendQuery($location)
 {
     if ($this->view->getTargetFormat() === \Nethgui\View\View::TARGET_JSON) {
         return $this->__call('sendQuery', array($location));
     }
     $this->httpRedirection(302, $location);
     return $this;
 }