Class JInstallerExtension

Description

Extension object

  • since: 3.1

Located in /libraries/cms/installer/extension.php (line 19)

JObject
   |
   --JInstallerExtension
Direct descendents
Class Description
 class JExtension Deprecated class placeholder. You should use JInstallerExtension instead.
Variable Summary
 string $client
 string $filename
 string $group
 string $id
 object $params
 boolean $published
 string $type
Method Summary
 JInstallerExtension __construct ([SimpleXMLElement $element = null])
Variables
string $client = 'site' (line 60)

String representation of client. Valid for modules, templates and languages.

Set by default to site.

  • since: 3.1
  • access: public
string $filename = '' (line 27)

Filename of the extension

  • since: 3.1
  • access: public
string $group = '' (line 68)

The group name of the plugin. Not used for other known extension types (only plugins)

  • since: 3.1
  • access: public
string $id = '' (line 43)

Unique Identifier for the extension

  • since: 3.1
  • access: public
object $manifest_cache = null (line 76)

An object representation of the manifest file stored metadata

  • since: 3.1
  • access: public
object $params = null (line 84)

An object representation of the extension params

  • since: 3.1
  • access: public
boolean $published = false (line 51)

The status of the extension

  • since: 3.1
  • access: public
string $type = '' (line 35)

Type of the extension

  • since: 3.1
  • access: public

Inherited Variables

Inherited from JObject

JObject::$_errors
Methods
Constructor __construct (line 93)

Constructor

  • since: 3.1
  • access: public
JInstallerExtension __construct ([SimpleXMLElement $element = null])
  • SimpleXMLElement $element: A SimpleXMLElement from which to load data from

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.

Redefined in descendants as:

Inherited Methods

Inherited From JObject

 JObject::__construct()
 JObject::def()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::__toString()

Documentation generated on Tue, 19 Nov 2013 15:02:43 +0100 by phpDocumentor 1.4.3