Exemplo n.º 1
0
 /**
  * Call controller action method
  * @return void 
  */
 public function callAction()
 {
     // Only call the method if the user is authenticated
     if ($this->checkAuthenticated($this->getArg('session_id'))) {
         parent::callAction();
     }
 }