JApplicationHelper::parseXMLInstallFile
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.
JApplicationHelper::parseXMLInstallFile[edit]
Description[edit]
Parse a XML install manifest file.
public static function parseXMLInstallFile ($path)
Parameter | Type | Default | Description |
---|---|---|---|
$path | string | Full path to xml file. |
- Returns array XML metadata.
- Defined on line 263 of libraries/joomla/application/helper.php
- 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[edit]
- JApplicationHelper::parseXMLInstallFile source code on BitBucket
- Class JApplicationHelper
- Subpackage Application
- Other versions of JApplicationHelper::parseXMLInstallFile
User contributed notes[edit]
Code Examples[edit]