InstallerExtension
Extends JObjectExtension object
| since |
3.1 |
|---|---|
| package |
Joomla CMS |
Methods
__construct
Constructor
__construct(\SimpleXMLElement element = null) : mixed
| since |
3.1 |
|---|
Arguments
- element
\SimpleXMLElementA SimpleXMLElement from which to load data from
Response
mixed
Properties
filename
Filename of the extension
| since |
3.1 |
|---|
Type(s)
string
type
Type of the extension
| since |
3.1 |
|---|
Type(s)
string
id
Unique Identifier for the extension
| since |
3.1 |
|---|
Type(s)
string
published
The status of the extension
| since |
3.1 |
|---|
Type(s)
bool
client
String representation of client. Valid for modules, templates and languages.
Set by default to site.
| since |
3.1 |
|---|
Type(s)
string
group
The group name of the plugin. Not used for other known extension types (only plugins)
| since |
3.1 |
|---|
Type(s)
string
manifest_cache
An object representation of the manifest file stored metadata
| since |
3.1 |
|---|
Type(s)
object
params
An object representation of the extension params
| since |
3.1 |
|---|
Type(s)
object