class PackageManifest extends Manifest

Joomla! Package 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 $packagename Unique name of the package
string $url Website for the package
string $scriptfile Scriptfile for the package
boolean $blockChildUninstall Flag if the package blocks individual child extensions from being uninstalled

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