Function __global->find_updated_addons
Definitions
sources/addons2.php
- Find updated addons via checking the homesite web service.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of addons needing updated, name to duple of download ID, download GUID
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find updated addons via checking the homesite web service.
*
* @return array Map of addons needing updated, name to duple of download ID, download GUID
*/
function find_updated_addons() : array
* Find updated addons via checking the homesite web service.
*
* @return array Map of addons needing updated, name to duple of download ID, download GUID
*/
function find_updated_addons() : array

