public function canRead($rootDirId)
 {
     if ($this->getLock() != false) {
         return false;
     }
     return $this->mergedRole->canRead($rootDirId);
 }
 public function canRead($rootDirId)
 {
     if (!empty($this->rights["ajxp.lock"])) {
         return false;
     }
     return $this->mergedRole->canRead($rootDirId);
 }