Example #1
0
 /**
  * Get path of the local repository
  *
  * @access public
  * @author Jerome Bogaerts, <*****@*****.**>
  * @return string
  */
 public function getPath()
 {
     $returnValue = (string) '';
     $returnValue = core_kernel_fileSystem_Cache::getFileSystemPath($this);
     return (string) $returnValue;
 }