Example #1
0
 /**
  * Dispatch request as RPC (remote procedure call)
  */
 public function dispatchRPC()
 {
     if ($this->request->hasContainerView()) {
         $this->setCurrentViewName($this->request->getContainerViewName());
     }
     return $this->invokeRPC();
 }