JPackageManifest::loadManifestFromXML
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JPackageManifest::loadManifestFromXML
Description
Load a manifest from an XML file.
public function loadManifestFromXML ($xmlfile)
Parameter | Type | Default | Description |
---|---|---|---|
$xmlfile | string | $xmlpath Path to XML manifest file |
- Returns boolean Result of load
- Defined on line 99 of libraries/joomla/installer/packagemanifest.php
- Since
See also
JPackageManifest::loadManifestFromXML source code on BitBucket
Class JPackageManifest
Subpackage Installer
- Other versions of JPackageManifest::loadManifestFromXML