Class JInstallerManifestLibrary

Description

Joomla! Library Manifest File

  • since: 3.1

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

JInstallerManifest
   |
   --JInstallerManifestLibrary
Variable Summary
 string $author
 string $authoremail
 string $authorurl
 string $copyright
 string $creationDate
 string $libraryname
 string $license
Method Summary
 void loadManifestFromData (SimpleXMLElement $xml)
Variables
string $author = '' (line 59)

Author for the library

  • since: 3.1
  • access: public
string $authoremail = '' (line 67)

Author email for the library

  • since: 3.1
  • access: public
string $authorurl = '' (line 75)

Author URL for the library

  • since: 3.1
  • access: public
string $copyright = '' (line 43)

Copyright notice for the library

  • since: 3.1
  • access: public
string $creationDate = '' (line 35)

Creation Date of the library

  • since: 3.1
  • access: public
string $libraryname = '' (line 27)

File system name of the library

  • since: 3.1
  • access: public
string $license = '' (line 51)

License for the library

  • since: 3.1
  • access: public

Inherited Variables

Inherited from JInstallerManifest

JInstallerManifest::$description
JInstallerManifest::$filelist
JInstallerManifest::$manifest_file
JInstallerManifest::$name
JInstallerManifest::$packager
JInstallerManifest::$packagerurl
JInstallerManifest::$update
JInstallerManifest::$version
Methods
loadManifestFromData (line 86)

Apply manifest data from a SimpleXMLElement to the object.

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

Redefinition of:
JInstallerManifest::loadManifestFromData()
Apply manifest data from a SimpleXMLElement to the object.

Inherited Methods

Inherited From JInstallerManifest

 JInstallerManifest::__construct()
 JInstallerManifest::loadManifestFromData()
 JInstallerManifest::loadManifestFromXML()

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