Example #1
0
 /**
  * Get the time the file was last modified
  * @return int timestamp of the modification time
  */
 public function getModificationTime()
 {
     return $this->fs->getModificationTime($this);
 }