Exemple #1
0
 /**
  * Get the 14-character timestamp of the file upload
  *
  * @return string|bool TS_MW timestamp or false on failure
  */
 function getTimestamp()
 {
     $this->assertRepoDefined();
     return $this->repo->getFileTimestamp($this->getPath());
 }