PlgExtensionJoomla::addUpdateSite
Adds an update site to the table if it doesn't exist.
Signature
private function addUpdateSite(string
$name,
string
$type,
string
$location,
boolean
$enabled )
Parameters
-
$name
- The friendly name of the site
-
$type
- The type of site (e.g. collection or extension)
-
$location
- The URI for the site
-
$enabled
- If this site is enabled
Returns
- void