Class JExtension

Description

Extension object

  • since: 11.1

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

JObject
   |
   --JExtension
Variable Summary
string $client
string $filename
string $group
string $id
object $params
boolean $published
string $type
Method Summary
JExtension __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: 11.1
  • access: public
string $filename = '' (line 27)

Filename of the extension

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

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

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

Unique Identifier for the extension

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

An object representation of the manifest file stored metadata

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

An object representation of the extension params

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

The status of the extension

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

Type of the extension

  • since: 11.1
  • access: public

Inherited Variables

Inherited from JObject

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

Constructor

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

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

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()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:54:33 -0500 by phpDocumentor 1.4.4