void loadTemplate(
&$template,
&$form
)
|
|
Parameters:
API Tags:
See: | GalleryView::loadTemplate |
Redefinition of:
- GalleryView::loadTemplate()
- Load the template with data from this view.
array _determinePackageAvailability(
GalleryRepository
$repository, array
$langCodes
)
|
|
Count the number of packages available for download from this repository
Parameters:
GalleryRepository |
$repository: |
|
array |
$langCodes: |
to count the packages (should be all related i.e. es, es_MX, es_AR) |
API Tags:
Return: | GalleryStatus a status code int package count |
array _getAllLanguages(
GalleryRepository
$repository,
&$enableAllFlags, array
$enableAllFlags
)
|
|
Creates a list of all upgradeable packages.
It goes through all installed plugins and checks if an update is available to any of their packages and adds it to a list if it is.
Parameters:
GalleryRepository |
$repository: |
|
array |
$enableAllFlags: |
flags indicating if the select all flag should be be enabled |
|
&$enableAllFlags: |
|
API Tags:
Return: | GalleryStatus a status code array package list |