Class JInstallerManifest
Joomla! Package Manifest File
Direct known subclasses
Abstract
Package: Joomla\Libraries\Installer
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.1
Located at cms/installer/manifest.php
Package: Joomla\Libraries\Installer
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.1
Located at cms/installer/manifest.php
Methods summary
public
|
|
public
boolean
|
|
abstract protected
|
#
loadManifestFromData( SimpleXmlElement $xml )
Apply manifest data from a SimpleXMLElement to the object. |
Magic methods summary
Properties summary
public
string
|
$manifest_file |
#
Path to the manifest file |
public
string
|
$name |
#
Name of the extension |
public
string
|
$version |
#
Version of the extension |
public
string
|
$description |
#
Description of the extension |
public
string
|
$packager |
#
Packager of the extension |
public
string
|
$packagerurl |
#
Packager's URL of the extension |
public
string
|
$update |
#
Update site for the extension |
public
array
|
$filelist |
#
List of files in the extension |