new method getRepositoryUrl()

This commit is contained in:
Uwe Steinmann 2018-03-27 14:05:22 +02:00
parent 7be573cac9
commit f6a506ff92

View File

@ -119,6 +119,10 @@ class SeedDMS_Extension_Mgr {
}
} /* }}} */
public function getRepositoryUrl() { /* {{{ */
return $this->reposurl;
} /* }}} */
protected function getExtensionsConfFile() { /* {{{ */
return $this->cachedir."/extensions.php";
} /* }}} */