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