API17

Difference between revisions of "JPackageManifest"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JPackageManifest::__construct/11.1|__construct]]
+
|[[API17:JPackageManifest::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPackageManifest::loadManifestFromXML/11.1|loadManifestFromXML]]
+
|[[API17:JPackageManifest::loadManifestFromXML|loadManifestFromXML]]
 
|Load a manifest from an XML file.  
 
|Load a manifest from an XML file.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/installer/packagemanifest.php
 
* '''Defined in''' libraries/joomla/installer/packagemanifest.php
* '''Extends''' [[JObject/11.1|JObject]]
+
* '''Extends''' [[API17:JObject|JObject]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.installer.packagemanifest' );</source>
 
<source lang="php">jimport( 'joomla.installer.packagemanifest' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JPackageManifest source code''' on [[jplatform:installer/packagemanifest.php|BitBucket]]
 
* {{JVer|11.1}} '''JPackageManifest source code''' on [[jplatform:installer/packagemanifest.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Installer/11.1|Installer]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Installer|Installer]]
* [[JPackageManifest|Other versions of JPackageManifest]]
+
* [[API17:JPackageManifest|Other versions of JPackageManifest]]
 
{{SeeAlso:JPackageManifest}}
 
{{SeeAlso:JPackageManifest}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:16, 11 May 2013

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

Description[edit]

Template:Description:JPackageManifest [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public loadManifestFromXML Load a manifest from an XML file.
  • Defined in libraries/joomla/installer/packagemanifest.php
  • Extends JObject

Importing[edit]

jimport( 'joomla.installer.packagemanifest' );

See also[edit]

Template:SeeAlso:JPackageManifest [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />