API17:JApplicationHelper::parseXMLInstallFile
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JApplicationHelper::parseXMLInstallFile
Description
Parse a XML install manifest file.
Description:JApplicationHelper::parseXMLInstallFile [Edit Descripton]
Synopsis
public static JApplicationHelper::parseXMLInstallFile ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Full path to xml file. |
Returns
array XML metadata.
Defined in
libraries/joomla/application/helper.php (line 263)
- see source code in BitBucket
Referenced by
- JInstallerTemplate::discover
- JInstallerPlugin::discover
- JInstallerLibrary::discover
- JInstallerComponent::discover
- JInstallerModule::discover
- JInstallerLanguage::discover
- JInstallerTemplate::discover_install
- JInstallerPlugin::discover_install
- JInstallerLibrary::discover_install
- JInstallerComponent::discover_install
- JInstallerModule::discover_install
- JInstallerLanguage::discover_install
- JInstaller::generateManifestCache
- JInstallerTemplate::refreshManifestCache
- JInstallerPlugin::refreshManifestCache
- JInstallerPackage::refreshManifestCache
- JInstallerLibrary::refreshManifestCache
- JInstallerComponent::refreshManifestCache
- JInstallerModule::refreshManifestCache
- JInstallerLanguage::refreshManifestCache
- JInstallerFile::refreshManifestCache
See also
SeeAlso:JApplicationHelper::parseXMLInstallFile
Examples
<CodeExamplesForm />
