\JInstallerManifest
Joomla! Package Manifest File
Synopsis
class JInstallerManifest
{
- // members
- public $manifest_file;
- public $name;
- public $version;
- public $description;
- public $packager;
- public $packagerurl;
- public $update;
- public $filelist;
- // methods
- public void __construct()
- public boolean loadManifestFromXML()
- protected abstract void loadManifestFromData()
Hierarchy
Extended by
Members
public
- $description
—
string
Description of the extension - $filelist
—
array
List of files in the extension - $manifest_file
—
string
Path to the manifest file - $name
—
string
Name of the extension - $packager
—
string
Packager of the extension - $packagerurl
—
string
Packager's URL of the extension - $update
—
string
Update site for the extension - $version
—
string
Version of the extension
Methods
protected
- loadManifestFromData() — Apply manifest data from a SimpleXMLElement to the object.
public
- __construct() — Constructor
- loadManifestFromXML() — Load a manifest from a file