API17:JApplicationHelper::parseXMLInstallFile
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JApplicationHelper::parseXMLInstallFile|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JApplicationHelper::parseXMLInstallFile|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function parseXMLInstallFile ($path) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' array XML metadata. | |
| − | array XML metadata. | + | * '''Defined''' on line 263 of libraries/joomla/application/helper.php |
| − | + | * '''Referenced by''' | |
| − | libraries/joomla/application/helper.php | + | ** [[JInstallerTemplate::discover/11.1|JInstallerTemplate::discover]] |
| − | + | ** [[JInstallerPlugin::discover/11.1|JInstallerPlugin::discover]] | |
| − | * [[JInstallerTemplate | + | ** [[JInstallerLibrary::discover/11.1|JInstallerLibrary::discover]] |
| − | * [[JInstallerPlugin | + | ** [[JInstallerComponent::discover/11.1|JInstallerComponent::discover]] |
| − | * [[JInstallerLibrary | + | ** [[JInstallerModule::discover/11.1|JInstallerModule::discover]] |
| − | * [[JInstallerComponent | + | ** [[JInstallerLanguage::discover/11.1|JInstallerLanguage::discover]] |
| − | * [[JInstallerModule | + | ** [[JInstallerTemplate::discover_install/11.1|JInstallerTemplate::discover_install]] |
| − | * [[JInstallerLanguage | + | ** [[JInstallerPlugin::discover_install/11.1|JInstallerPlugin::discover_install]] |
| − | * [[JInstallerTemplate | + | ** [[JInstallerLibrary::discover_install/11.1|JInstallerLibrary::discover_install]] |
| − | * [[JInstallerPlugin | + | ** [[JInstallerComponent::discover_install/11.1|JInstallerComponent::discover_install]] |
| − | * [[JInstallerLibrary | + | ** [[JInstallerModule::discover_install/11.1|JInstallerModule::discover_install]] |
| − | * [[JInstallerComponent | + | ** [[JInstallerLanguage::discover_install/11.1|JInstallerLanguage::discover_install]] |
| − | * [[JInstallerModule | + | ** [[JInstaller::generateManifestCache/11.1|JInstaller::generateManifestCache]] |
| − | * [[JInstallerLanguage | + | ** [[JInstallerTemplate::refreshManifestCache/11.1|JInstallerTemplate::refreshManifestCache]] |
| − | * [[JInstaller | + | ** [[JInstallerPlugin::refreshManifestCache/11.1|JInstallerPlugin::refreshManifestCache]] |
| − | * [[JInstallerTemplate | + | ** [[JInstallerPackage::refreshManifestCache/11.1|JInstallerPackage::refreshManifestCache]] |
| − | * [[JInstallerPlugin | + | ** [[JInstallerLibrary::refreshManifestCache/11.1|JInstallerLibrary::refreshManifestCache]] |
| − | * [[JInstallerPackage | + | ** [[JInstallerComponent::refreshManifestCache/11.1|JInstallerComponent::refreshManifestCache]] |
| − | * [[JInstallerLibrary | + | ** [[JInstallerModule::refreshManifestCache/11.1|JInstallerModule::refreshManifestCache]] |
| − | * [[JInstallerComponent | + | ** [[JInstallerLanguage::refreshManifestCache/11.1|JInstallerLanguage::refreshManifestCache]] |
| − | * [[JInstallerModule | + | ** [[JInstallerFile::refreshManifestCache/11.1|JInstallerFile::refreshManifestCache]] |
| − | * [[JInstallerLanguage | + | |
| − | * [[JInstallerFile | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JApplicationHelper::parseXMLInstallFile source code''' on [[jplatform:application/helper.php#cl-255|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JApplicationHelper/11.1|JApplicationHelper]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[JApplicationHelper::parseXMLInstallFile|Other versions of JApplicationHelper::parseXMLInstallFile]] | ||
| + | {{SeeAlso:JApplicationHelper::parseXMLInstallFile}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JApplicationHelper::parseXMLInstallFile|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JApplicationHelper::parseXMLInstallFile|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 66: | Line 65: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JApplicationHelper]][[Category:JApplicationHelper::parseXMLInstallFile]]</noinclude> | <noinclude>[[Category:JApplicationHelper]][[Category:JApplicationHelper::parseXMLInstallFile]]</noinclude> | ||
Revision as of 20:09, 27 April 2011
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]
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
-
JApplicationHelper::parseXMLInstallFile source code on BitBucket
-
Class JApplicationHelper
-
Subpackage Application
- Other versions of JApplicationHelper::parseXMLInstallFile
SeeAlso:JApplicationHelper::parseXMLInstallFile [Edit See Also]
User contributed notes
<CodeExamplesForm />
