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