class LibraryManifest extends Manifest

Joomla! Library Manifest File

Properties

string $manifest_file Path to the manifest file from Manifest
string $name Name of the extension from Manifest
string $version Version of the extension from Manifest
string $description Description of the extension from Manifest
string $packager Packager of the extension from Manifest
string $packagerurl Packager's URL of the extension from Manifest
string $update Update site for the extension from Manifest
array $filelist List of files in the extension from Manifest
string $libraryname File system name of the library
string $creationDate Creation Date of the library
$copyright Copyright notice for the library
string $license License for the library
string $author Author for the library
string $authoremail Author email for the library
string $authorurl Author URL for the library

Methods

__construct( string $xmlpath = '')

Constructor

from Manifest
boolean
loadManifestFromXml( string $xmlfile)

Load a manifest from a file

from Manifest

Details

__construct( string $xmlpath = '')

Constructor

Parameters

string $xmlpath Path to XML manifest file.

boolean loadManifestFromXml( string $xmlfile)

Load a manifest from a file

Parameters

string $xmlfile Path to file to load

Return Value

boolean