class InstallerExtension extends JObject

Extension object

Properties

string $filename Filename of the extension
string $type Type of the extension
string $id Unique Identifier for the extension
boolean $published The status of the extension
string $client String representation of client. Valid for modules, templates and languages.
string $group The group name of the plugin. Not used for other known extension types (only plugins)
object $manifest_cache An object representation of the manifest file stored metadata
object $params An object representation of the extension params

Methods

__construct( SimpleXMLElement $element = null)

Constructor

Details

__construct( SimpleXMLElement $element = null)

Constructor

Parameters

SimpleXMLElement $element A SimpleXMLElement from which to load data from