예제 #1
0
파일: File.php 프로젝트: mb720/mediawiki
 /**
  * Returns true if the file comes from the local file repository.
  *
  * @return bool
  */
 function isLocal()
 {
     return $this->repo && $this->repo->isLocal();
 }