Class JInstallerExtension
Extension object
- JObject
- JInstallerExtension
Direct known subclasses
Package: Joomla\Libraries\Installer
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/extension.php
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/extension.php
Methods summary
public
|
Methods inherited from JObject
__toString()
,
def()
,
get()
,
getError()
,
getErrors()
,
getProperties()
,
set()
,
setError()
,
setProperties()
Magic methods summary
Properties summary
public
string
|
$filename |
#
Filename of the extension |
public
string
|
$type |
#
Type of the extension |
public
string
|
$id |
#
Unique Identifier for the extension |
public
boolean
|
$published |
#
The status of the extension |
public
string
|
$client |
#
String representation of client. Valid for modules, templates and languages. Set by default to site. |
public
string
|
$group |
#
The group name of the plugin. Not used for other known extension types (only plugins) |
public
object
|
$manifest_cache |
#
An object representation of the manifest file stored metadata |
public
object
|
$params |
#
An object representation of the extension params |