get_zipfile()
get_zipfile(string $alias,integer $repo_id,string $type = 'package',string $version = '',boolean $is_upgrade = false): string
Get package zip file location
Parameters
string | $alias | The package alias |
integer | $repo_id | The ID# of the repository |
string | $type | The type -- 'package' or 'theme' |
string | $version | Optional version, defaults to 'atest.zip' if blank. |
boolean | $is_upgrade | Whether or not this is for an upgrade |
Returns
string —The full location of the zip file