示例#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();
 }