API17

Difference between revisions of "JInstallerLibrary"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JInstallerLibrary==
 +
===Description===
 +
{{Description:JInstallerLibrary}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JInstallerLibrary|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JInstallerLibrary|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JInstallerLibrary}}
 
===Defined in===
 
libraries/joomla/installer/adapters/library.php
 
* see source code in [[jplatform:installer/adapters/library.php|BitBucket]]
 
===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
 
|-
 
|-
 +
|public
 
|[[JInstallerLibrary::discover/11.1|discover]]
 
|[[JInstallerLibrary::discover/11.1|discover]]
 
|Custom discover method.  
 
|Custom discover method.  
 
|-
 
|-
 +
|public
 
|[[JInstallerLibrary::discover_install/11.1|discover_install]]
 
|[[JInstallerLibrary::discover_install/11.1|discover_install]]
 
|Custom discover_install method.  
 
|Custom discover_install method.  
 
|-
 
|-
 +
|public
 
|[[JInstallerLibrary::install/11.1|install]]
 
|[[JInstallerLibrary::install/11.1|install]]
 
|Custom install method.  
 
|Custom install method.  
 
|-
 
|-
 +
|public
 
|[[JInstallerLibrary::loadLanguage/11.1|loadLanguage]]
 
|[[JInstallerLibrary::loadLanguage/11.1|loadLanguage]]
 
|Custom loadLanguage method.  
 
|Custom loadLanguage method.  
 
|-
 
|-
 +
|public
 
|[[JInstallerLibrary::refreshManifestCache/11.1|refreshManifestCache]]
 
|[[JInstallerLibrary::refreshManifestCache/11.1|refreshManifestCache]]
 
|Refreshes the extension table cache.  
 
|Refreshes the extension table cache.  
 
|-
 
|-
 +
|public
 
|[[JInstallerLibrary::uninstall/11.1|uninstall]]
 
|[[JInstallerLibrary::uninstall/11.1|uninstall]]
 
|Custom uninstall method.  
 
|Custom uninstall method.  
 
|-
 
|-
 +
|public
 
|[[JInstallerLibrary::update/11.1|update]]
 
|[[JInstallerLibrary::update/11.1|update]]
|Custom update method public.  
+
|Custom update method.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/installer/adapters/library.php
 +
* '''Extends''' [[JAdapterInstance/11.1|JAdapterInstance]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.installer.adapters.library' );</source>
 
<source lang="php">jimport( 'joomla.installer.adapters.library' );</source>
 
===See also===
 
===See also===
* JInstallerLibrary source code in [[jplatform:installer/adapters/library.php|BitBucket]]
+
* {{JVer|11.1}} '''JInstallerLibrary source code''' on [[jplatform:installer/adapters/library.php|BitBucket]]
* [[JInstallerLibrary|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Installer/11.1|Installer]]
 +
* [[JInstallerLibrary|Other versions of JInstallerLibrary]]
 
{{SeeAlso:JInstallerLibrary}}
 
{{SeeAlso:JInstallerLibrary}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerLibrary|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerLibrary|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 57: Line 62:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInstallerLibrary]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInstallerLibrary]]</noinclude>

Revision as of 18:05, 27 April 2011

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

Description[edit]

Template:Description:JInstallerLibrary [Edit Descripton]

Methods[edit]

Visibility Method name Description
public discover Custom discover method.
public discover_install Custom discover_install method.
public install Custom install method.
public loadLanguage Custom loadLanguage method.
public refreshManifestCache Refreshes the extension table cache.
public uninstall Custom uninstall method.
public update Custom update method.
  • Defined in libraries/joomla/installer/adapters/library.php
  • Extends JAdapterInstance

Importing[edit]

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

See also[edit]

Template:SeeAlso:JInstallerLibrary [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />