Esempio n. 1
0
 public function touch($path, $mtime = null)
 {
     $permissions = $this->file_exists($path) ? Constants::PERMISSION_UPDATE : Constants::PERMISSION_CREATE;
     return $this->checkMask($permissions) and parent::touch($path, $mtime);
 }