DownloadSource

Data object representing a download source given as part of an update's `<downloads>` element

since

3.8.3

package

Joomla CMS

Constants

FORMAT_TAR_BZIP

Defines a BZIP2 download package

Value 'bz2'
since

3.8.4

Type(s)

string

FORMAT_TAR_GZ

Defines a TGZ download package

Value 'gz'
since

3.8.4

Type(s)

string

FORMAT_ZIP

Defines a ZIP download package

Value 'zip'
since

3.8.3

Type(s)

string

TYPE_FULL

Defines a full package download type

Value 'full'
since

3.8.3

Type(s)

string

TYPE_PATCH

Defines a patch package download type

Value 'patch'
since

3.8.4

Type(s)

string

TYPE_UPGRADE

Defines an upgrade package download type

Value 'upgrade'
since

3.8.4

Type(s)

string

Properties

type

The download type

since

3.8.3

Type(s)

string

format

The download file's format

since

3.8.3

Type(s)

string

url

The URL to retrieve the package from

since

3.8.3

Type(s)

string