class DownloadSource

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

Constants

FORMAT_TAR_BZIP

Defines a BZIP2 download package

FORMAT_TAR_GZ

Defines a TGZ download package

FORMAT_ZIP

Defines a ZIP download package

TYPE_FULL

Defines a full package download type

TYPE_PATCH

Defines a patch package download type

TYPE_UPGRADE

Defines an upgrade package download type

Properties

string $type The download type
string $format The download file's format
string $url The URL to retrieve the package from