API17

API17:JInstaller::isManifest

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples