better documentation of updateExtensionList()

This commit is contained in:
Uwe Steinmann 2025-11-15 20:43:41 +01:00
parent 6ca4c785c1
commit b81fb224d5

View File

@ -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) { /* {{{ */