Esempio n. 1
0
 public function isDeletable($path)
 {
     return $this->checkMask(Constants::PERMISSION_DELETE) and parent::isDeletable($path);
 }