API17

Difference between revisions of "JInstaller::isManifest"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Is the xml file a valid Joomla installation manifest file.  
 
Is the xml file a valid Joomla installation manifest file.  
  
{{Description:JInstaller::isManifest}}
+
{{subst:Description:JInstaller::isManifest}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JInstaller::isManifest|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function isManifest ($file)
 
public function isManifest ($file)
Line 32: Line 30:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
 
* [[API17:JInstaller::isManifest|Other versions of JInstaller::isManifest]]
 
* [[API17:JInstaller::isManifest|Other versions of JInstaller::isManifest]]
{{SeeAlso:JInstaller::isManifest}}
+
{{subst:SeeAlso:JInstaller::isManifest}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JInstaller::isManifest|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:41, 24 March 2017

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.

Joomla 11.1 JInstaller::isManifest[edit]

Description[edit]

Is the xml file a valid Joomla installation manifest file.

{{subst:Description:JInstaller::isManifest}}

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[edit]

{{subst:SeeAlso:JInstaller::isManifest}}

User contributed notes[edit]

<CodeExamplesForm />