PackageManifest
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 |