JFactory::getXML/11.1
From Joomla! Documentation
JFactory::getXML
Description
Reads a XML file.
Description:JFactory::getXML [Edit Descripton]
public static function getXML ( $data $isFile=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | Full path and file name. | |
| $isFile | boolean | true | false to load a string. |
- Returns mixed on success | false on error.
- Defined on line 353 of libraries/joomla/factory.php
- Referenced by
- JHelp::createSiteList
- JInstallerHelper::detectType
- JInstaller::isManifest
- JForm::load
- JForm::loadFile
- JPackageManifest::loadManifestFromXML
- JLibraryManifest::loadManifestFromXML
- JApplicationHelper::parseXMLInstallFile
- JLanguage::parseXMLLanguageFile
- JInstallerPlugin::uninstall
- JInstallerPackage::uninstall
- JInstallerLibrary::uninstall
- JInstallerFile::uninstall
See also
JFactory::getXML source code on BitBucket
Class JFactory- Other versions of JFactory::getXML
SeeAlso:JFactory::getXML [Edit See Also]