API17

Difference between revisions of "JInstallerPackage"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (moving preparation)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JInstallerPackage==
 +
===Description===
 +
{{Description:JInstallerPackage}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JInstallerPackage|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JInstallerPackage|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JInstallerPackage}}
 
===Defined in===
 
libraries/joomla/installer/adapters/package.php
 
===Subpackage===
 
[[Subpackage Installer/11.1|Installer]]
 
===Extends===
 
[[JAdapterInstance/11.1|JAdapterInstance]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JInstallerPackage::install/11.1|install]]
+
|public
 +
|[[API17:JInstallerPackage::install|install]]
 
|Custom install method.  
 
|Custom install method.  
 
|-
 
|-
|[[JInstallerPackage::loadLanguage/11.1|loadLanguage]]
+
|public
 +
|[[API17:JInstallerPackage::loadLanguage|loadLanguage]]
 
|
 
|
 
|-
 
|-
|[[JInstallerPackage::refreshManifestCache/11.1|refreshManifestCache]]
+
|public
 +
|[[API17:JInstallerPackage::refreshManifestCache|refreshManifestCache]]
 
|Refreshes the extension table cache.  
 
|Refreshes the extension table cache.  
 
|-
 
|-
|[[JInstallerPackage::uninstall/11.1|uninstall]]
+
|public
 +
|[[API17:JInstallerPackage::uninstall|uninstall]]
 
|Custom uninstall method.  
 
|Custom uninstall method.  
 
|-
 
|-
|[[JInstallerPackage::update/11.1|update]]
+
|public
 +
|[[API17:JInstallerPackage::update|update]]
 
|Updates a package The only difference between an update and a full install is how we handle the database.  
 
|Updates a package The only difference between an update and a full install is how we handle the database.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/installer/adapters/package.php
 +
* '''Extends''' [[API17:JAdapterInstance|JAdapterInstance]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.installer.adapters.package' );</source>
 
<source lang="php">jimport( 'joomla.installer.adapters.package' );</source>
 
===See also===
 
===See also===
* [[JInstallerPackage|Other versions of this class]]
+
* {{JVer|11.1}} '''JInstallerPackage source code''' on [[jplatform:installer/adapters/package.php|BitBucket]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage Installer|Installer]]
 +
* [[API17:JInstallerPackage|Other versions of JInstallerPackage]]
 
{{SeeAlso:JInstallerPackage}}
 
{{SeeAlso:JInstallerPackage}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerPackage|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerPackage|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 49: Line 54:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInstallerPackage]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:02, 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 JInstallerPackage[edit]

Description[edit]

Template:Description:JInstallerPackage [Edit Descripton]

Methods[edit]

Visibility Method name Description
public install Custom install method.
public loadLanguage
public refreshManifestCache Refreshes the extension table cache.
public uninstall Custom uninstall method.
public update Updates a package The only difference between an update and a full install is how we handle the database.
  • Defined in libraries/joomla/installer/adapters/package.php
  • Extends JAdapterInstance

Importing[edit]

jimport( 'joomla.installer.adapters.package' );

See also[edit]

Template:SeeAlso:JInstallerPackage [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />