Exemplo n.º 1
0
 public function checkPermissions()
 {
     if (!$this->modx->user->id) {
         return false;
     }
     return parent::checkPermissions();
 }