Unofficial SMF API Documentation

Packages

PackageGet.php

integrate_package_get

call_integration_hook('integrate_package_get', array(&$subActions))
Type Parameter Description
array &$subActions desc
Called from
PackageGet() in ./Sources/PackageGet.php
Notes
Since 2.1

integrate_package_download

call_integration_hook('integrate_package_download')
Called from
PackageDownload() in ./Sources/PackageGet.php
Notes
Since 2.1

integrate_package_upload

call_integration_hook('integrate_package_upload')
Called from
PackageUpload() in ./Sources/PackageGet.php
Notes
Since 2.1

Packages.php

integrate_manage_packages

call_integration_hook('integrate_manage_packages', array(&$subActions))
Type Parameter Description
array &$subActions desc
Called from
Packages() in ./Sources/Packages.php
Notes
Since 2.1

integrate_modification_types

call_integration_hook('integrate_modification_types')
Called from
PackageBrowse() in ./Sources/Packages.php
Notes
Since 2.1

integrate_packages_sort_id

call_integration_hook('integrate_packages_sort_id', array(&$sort_id, &$packages))
Type Parameter Description
array &$sort_id desc
array &$packages desc
Called from
list_getPackages() in ./Sources/Packages.php
Notes
Since 2.1

Suggest an edit to this page on GitHub