class Manifest

Joomla! Package Manifest File

Properties

string $manifest_file Path to the manifest file
string $name Name of the extension
string $version Version of the extension
string $description Description of the extension
string $packager Packager of the extension
string $packagerurl Packager's URL of the extension
string $update Update site for the extension
array $filelist List of files in the extension

Methods

__construct( string $xmlpath = '')

Constructor

boolean
loadManifestFromXml( string $xmlfile)

Load a manifest from a file

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