Example #1
0
 /**
  * Checks whether this file is locked
  * @return boolean True if the file is locked, false otherwise
  */
 public function isLocked()
 {
     return $this->fs->isLocked($this);
 }