Beispiel #1
0
 public function nextPath()
 {
     // FIXME [deprecated method hasArgument()]: Deferred response must not
     // change the current view, so keep the current view path.
     return $this->getRequest()->hasArgument('deferred') ? FALSE : parent::nextPath();
 }