mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 02:20:41 +00:00
better documentation of updateExtensionList()
This commit is contained in:
parent
6ca4c785c1
commit
b81fb224d5
|
|
@ -675,6 +675,9 @@ $EXT_CONF = '.var_export($EXT_CONF, true).';');
|
||||||
/**
|
/**
|
||||||
* Import list of extension from repository
|
* Import list of extension from repository
|
||||||
*
|
*
|
||||||
|
* Will also update the list in the cache, which is used by getExtensionList()
|
||||||
|
* and getExtensionListByName().
|
||||||
|
*
|
||||||
* @param boolean $force force download even if file already exists
|
* @param boolean $force force download even if file already exists
|
||||||
*/
|
*/
|
||||||
public function updateExtensionList($version='', $force=false) { /* {{{ */
|
public function updateExtensionList($version='', $force=false) { /* {{{ */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user