Esempio n. 1
0
 /**
  * Method returns location of remote mirror list file.
  *
  * @access public
  * @return string remote location of file
  * @see getLocalMirrorListFile()
  */
 public function getRemoteMirrorListFile()
 {
     $filePath = $this->repository->getMirrorListUrl();
     return $filePath;
 }