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