Exemplo n.º 1
0
 /**
  * Determine if a call is a xajax request or a page load request
  *
  * @return boolean
  */
 public function canProcessRequest()
 {
     return $this->xPluginManager->canProcessRequest();
 }