Class JInstallerAdapterPackage
Package installer
- JObject
-
JAdapterInstance
-
JInstallerAdapter
-
JInstallerAdapterPackage
Direct known subclasses
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.1
Located at cms/installer/adapter/package.php
Methods summary
protected
|
#
checkExtensionInFilesystem( )
Method to check if the extension is present in the filesystem, flags the route as update if so |
protected
|
#
copyBaseFiles( )
Method to copy the extension's base files from the |
protected
|
|
protected
|
|
public
string
|
|
public
|
|
public
|
#
onExtensionAfterInstall(
Handler for the |
protected
|
|
protected
|
|
protected
|
|
protected
boolean
|
|
public
boolean
|
|
protected
integer
|
#
_getExtensionId( string $type, string $id, integer $client, string $group )
Gets the extension id. |
public
boolean
|
Methods inherited from JInstallerAdapter
__construct(),
canUninstallPackageChild(),
checkExistingExtension(),
discover_install(),
doDatabaseTransactions(),
doLoadLanguage(),
getDiscoverInstallSupported(),
getManifest(),
getName(),
getRoute(),
getScriptClassName(),
install(),
parseQueries(),
prepareDiscoverInstall(),
setManifest(),
setRoute(),
setupScriptfile(),
setupUpdates(),
update()
Methods inherited from JAdapterInstance
Methods inherited from JObject
__toString(),
def(),
get(),
getError(),
getErrors(),
getProperties(),
set(),
setError(),
setProperties()
Magic methods summary
Magic methods inherited from JInstallerAdapter
Properties summary
protected
array
|
$installedIds |
#
An array of extension IDs for each installed extension |
protected
array
|
$results |
#
The results of each installed extensions |
protected
boolean
|
$supportsDiscoverInstall |
#
Flag if the adapter supports discover installs |
Properties inherited from JInstallerAdapter
$currentExtensionId,
$element,
$extension,
$extensionMessage,
$manifest,
$manifest_script,
$name,
$route,
$type
