예제 #1
0
파일: File.php 프로젝트: mangowi/mediawiki
 /**
  * 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());
 }