Back to Joomla project (class list)

Class DownloadSource - list of methods

Data object representing a download source given as part of an update's `` element
Package: Joomla\CMS\Updater
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Updater/DownloadSource.php
Project: Joomla

Properties Summary

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

Constants Summary

public string
$FORMAT_TAR_BZIP
Defines a BZIP2 download package
Since
  • 3.8.4
public string
$FORMAT_TAR_GZ
Defines a TGZ download package
Since
  • 3.8.4
public string
$FORMAT_ZIP
Defines a ZIP download package
Since
  • 3.8.3
public string
$TYPE_FULL
Defines a full package download type
Since
  • 3.8.3
public string
$TYPE_PATCH
Defines a patch package download type
Since
  • 3.8.4
public string
$TYPE_UPGRADE
Defines an upgrade package download type
Since
  • 3.8.4

Tags Summary

Since
3.8.3