Abstract Class JInstallerManifest

Description

Joomla! Package Manifest File

  • abstract:
  • since: 3.1

Located in /libraries/cms/installer/manifest.php (line 21)


	
			
Direct descendents
Class Description
 class JInstallerManifestLibrary Joomla! Library Manifest File
 class JInstallerManifestPackage Joomla! Package Manifest File
Variable Summary
 string $description
 array $filelist
 string $name
 string $packager
 string $packagerurl
 string $update
 string $version
Method Summary
 JInstallerManifest __construct ([string $xmlpath = ''])
 void loadManifestFromData (SimpleXmlElement $xml)
 boolean loadManifestFromXML (string $xmlfile)
Variables
string $description = '' (line 53)

Description of the extension

  • since: 3.1
  • access: public
array $filelist = array() (line 85)

List of files in the extension

  • since: 3.1
  • access: public
string $manifest_file = '' (line 29)

Path to the manifest file

  • since: 3.1
  • access: public
string $name = '' (line 37)

Name of the extension

  • since: 3.1
  • access: public
string $packager = '' (line 61)

Packager of the extension

  • since: 3.1
  • access: public
string $packagerurl = '' (line 69)

Packager's URL of the extension

  • since: 3.1
  • access: public
string $update = '' (line 77)

Update site for the extension

  • since: 3.1
  • access: public
string $version = '' (line 45)

Version of the extension

  • since: 3.1
  • access: public
Methods
Constructor __construct (line 94)

Constructor

  • since: 3.1
  • access: public
JInstallerManifest __construct ([string $xmlpath = ''])
  • string $xmlpath: Path to XML manifest file.
loadManifestFromData (line 140)

Apply manifest data from a SimpleXMLElement to the object.

  • abstract:
  • since: 3.1
  • access: protected
void loadManifestFromData (SimpleXmlElement $xml)
  • SimpleXMLElement $xml: Data to load

Redefined in descendants as:
loadManifestFromXML (line 111)

Load a manifest from a file

  • since: 3.1
  • access: public
boolean loadManifestFromXML (string $xmlfile)
  • string $xmlfile: Path to file to load

Documentation generated on Tue, 19 Nov 2013 15:07:35 +0100 by phpDocumentor 1.4.3