Back to Joomla project (class list)

Class InstallerExtension - list of methods

Extension object

Extends

Package: Joomla\CMS\Installer
Copyright: (C) 2008 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Installer/InstallerExtension.php
Project: Joomla

Method Summary

public
(\SimpleXMLElement $element = null)

Constructor
Parameters
  • \SimpleXMLElement $element A SimpleXMLElement from which to load data from
Since
  • 3.1
Show source code of this method: __construct Source Code

Properties Summary

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

Tags Summary

Since
3.1