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