示例#1
0
 /**
  * Returns true if the file comes from the local file repository.
  *
  * @return bool
  */
 function isLocal()
 {
     return $this->repo && $this->repo->isLocal();
 }