예제 #1
0
 public function getURI()
 {
     if ($this->getRequest()->isAjax()) {
         return null;
     } else {
         return parent::getURI();
     }
 }