예제 #1
0
 /**
  * Informs the user that all is done
  */
 public function done()
 {
     if (!$this->_checkPermissions()) {
         parent::redirect();
         return true;
     }
     parent::display();
 }