Example #1
0
 /**
  * Unlocks this file
  * @return null
  * @throws zibo\library\filesystem\exception\FileSystemException when the
  * file is not locked
  */
 public function unlock()
 {
     $this->fs->unlock($this);
 }