API17

Difference between revisions of "JApplicationHelper::parseXMLInstallFile"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JApplicationHelper::parseXMLInstallFile|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JApplicationHelper::parseXMLInstallFile|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JApplicationHelper::parseXMLInstallFile ($path)
+
public static function parseXMLInstallFile ($path)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' array XML metadata.
array XML metadata.
+
* '''Defined''' on line 263 of libraries/joomla/application/helper.php
===Defined in===
+
* '''Referenced by'''
libraries/joomla/application/helper.php (line 263)
+
** [[JInstallerTemplate::discover/11.1|JInstallerTemplate::discover]]
* see source code in [[jplatform:application/helper.php#cl-263|BitBucket]]
+
** [[JInstallerPlugin::discover/11.1|JInstallerPlugin::discover]]
===Referenced by===
+
** [[JInstallerLibrary::discover/11.1|JInstallerLibrary::discover]]
* [[JInstallerTemplate::discover/11.1|JInstallerTemplate::discover]]
+
** [[JInstallerComponent::discover/11.1|JInstallerComponent::discover]]
* [[JInstallerPlugin::discover/11.1|JInstallerPlugin::discover]]
+
** [[JInstallerModule::discover/11.1|JInstallerModule::discover]]
* [[JInstallerLibrary::discover/11.1|JInstallerLibrary::discover]]
+
** [[JInstallerLanguage::discover/11.1|JInstallerLanguage::discover]]
* [[JInstallerComponent::discover/11.1|JInstallerComponent::discover]]
+
** [[JInstallerTemplate::discover_install/11.1|JInstallerTemplate::discover_install]]
* [[JInstallerModule::discover/11.1|JInstallerModule::discover]]
+
** [[JInstallerPlugin::discover_install/11.1|JInstallerPlugin::discover_install]]
* [[JInstallerLanguage::discover/11.1|JInstallerLanguage::discover]]
+
** [[JInstallerLibrary::discover_install/11.1|JInstallerLibrary::discover_install]]
* [[JInstallerTemplate::discover_install/11.1|JInstallerTemplate::discover_install]]
+
** [[JInstallerComponent::discover_install/11.1|JInstallerComponent::discover_install]]
* [[JInstallerPlugin::discover_install/11.1|JInstallerPlugin::discover_install]]
+
** [[JInstallerModule::discover_install/11.1|JInstallerModule::discover_install]]
* [[JInstallerLibrary::discover_install/11.1|JInstallerLibrary::discover_install]]
+
** [[JInstallerLanguage::discover_install/11.1|JInstallerLanguage::discover_install]]
* [[JInstallerComponent::discover_install/11.1|JInstallerComponent::discover_install]]
+
** [[JInstaller::generateManifestCache/11.1|JInstaller::generateManifestCache]]
* [[JInstallerModule::discover_install/11.1|JInstallerModule::discover_install]]
+
** [[JInstallerTemplate::refreshManifestCache/11.1|JInstallerTemplate::refreshManifestCache]]
* [[JInstallerLanguage::discover_install/11.1|JInstallerLanguage::discover_install]]
+
** [[JInstallerPlugin::refreshManifestCache/11.1|JInstallerPlugin::refreshManifestCache]]
* [[JInstaller::generateManifestCache/11.1|JInstaller::generateManifestCache]]
+
** [[JInstallerPackage::refreshManifestCache/11.1|JInstallerPackage::refreshManifestCache]]
* [[JInstallerTemplate::refreshManifestCache/11.1|JInstallerTemplate::refreshManifestCache]]
+
** [[JInstallerLibrary::refreshManifestCache/11.1|JInstallerLibrary::refreshManifestCache]]
* [[JInstallerPlugin::refreshManifestCache/11.1|JInstallerPlugin::refreshManifestCache]]
+
** [[JInstallerComponent::refreshManifestCache/11.1|JInstallerComponent::refreshManifestCache]]
* [[JInstallerPackage::refreshManifestCache/11.1|JInstallerPackage::refreshManifestCache]]
+
** [[JInstallerModule::refreshManifestCache/11.1|JInstallerModule::refreshManifestCache]]
* [[JInstallerLibrary::refreshManifestCache/11.1|JInstallerLibrary::refreshManifestCache]]
+
** [[JInstallerLanguage::refreshManifestCache/11.1|JInstallerLanguage::refreshManifestCache]]
* [[JInstallerComponent::refreshManifestCache/11.1|JInstallerComponent::refreshManifestCache]]
+
** [[JInstallerFile::refreshManifestCache/11.1|JInstallerFile::refreshManifestCache]]
* [[JInstallerModule::refreshManifestCache/11.1|JInstallerModule::refreshManifestCache]]
 
* [[JInstallerLanguage::refreshManifestCache/11.1|JInstallerLanguage::refreshManifestCache]]
 
* [[JInstallerFile::refreshManifestCache/11.1|JInstallerFile::refreshManifestCache]]
 
 
===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>
* [[JApplicationHelper/11.1|JApplicationHelper]]
+
===User contributed notes===
* [[JApplicationHelper::parseXMLInstallFile|Other versions of this method]]
 
{{SeeAlso:JApplicationHelper::parseXMLInstallFile}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 67: 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

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.