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