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