API17:JInstaller::isManifest
From Joomla! Documentation
JInstaller::isManifest
Description
Is the xml file a valid Joomla installation manifest file.
public function isManifest ($file)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $file | string | An xmlfile path to check |
- Returns mixed A , or null if the file failed to parse
- Defined on line 1639 of libraries/joomla/installer/installer.php
- Since

See also
JInstaller::isManifest source code on BitBucket
Class JInstaller
Subpackage Installer- Other versions of JInstaller::isManifest
User contributed notes
Code Examples