API17:JPackageManifest
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JPackageManifest== | ||
| + | ===Description=== | ||
| + | {{Description:JPackageManifest}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JPackageManifest|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JPackageManifest|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JPackageManifest::__construct/11.1|__construct]] | |[[JPackageManifest::__construct/11.1|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JPackageManifest::loadManifestFromXML/11.1|loadManifestFromXML]] | |[[JPackageManifest::loadManifestFromXML/11.1|loadManifestFromXML]] | ||
|Load a manifest from an XML file. | |Load a manifest from an XML file. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/installer/packagemanifest.php | ||
| + | * '''Extends''' [[JObject/11.1|JObject]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.installer.packagemanifest' );</source> | <source lang="php">jimport( 'joomla.installer.packagemanifest' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JPackageManifest|Other versions of | + | * {{JVer|11.1}} '''JPackageManifest source code''' on [[jplatform:installer/packagemanifest.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Installer/11.1|Installer]] | ||
| + | * [[JPackageManifest|Other versions of JPackageManifest]] | ||
{{SeeAlso:JPackageManifest}} | {{SeeAlso:JPackageManifest}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JPackageManifest|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JPackageManifest|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 40: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JPackageManifest]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JPackageManifest]]</noinclude> |
Revision as of 13:58, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JPackageManifest
Description
Description:JPackageManifest [Edit Descripton]
Methods
| 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
jimport( 'joomla.installer.packagemanifest' );
See also
-
JPackageManifest source code on BitBucket
-
Subpackage Installer
- Other versions of JPackageManifest
SeeAlso:JPackageManifest [Edit See Also]
User contributed notes
<CodeExamplesForm />
