API17

Difference between revisions of "JAdapterInstance"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JAdapterInstance==
 +
===Description===
 +
{{Description:JAdapterInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JAdapterInstance|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JAdapterInstance|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JAdapterInstance}}
 
===Defined in===
 
libraries/joomla/base/adapterinstance.php
 
* see source code in [[jplatform:base/adapterinstance.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Base/11.1|Base]]
 
===Extends===
 
[[JObject/11.1|JObject]]
 
===Extended by===
 
* [[JInstallerComponent/11.1|JInstallerComponent]]
 
* [[JInstallerFile/11.1|JInstallerFile]]
 
* [[JInstallerLanguage/11.1|JInstallerLanguage]]
 
* [[JInstallerLibrary/11.1|JInstallerLibrary]]
 
* [[JInstallerModule/11.1|JInstallerModule]]
 
* [[JInstallerPackage/11.1|JInstallerPackage]]
 
* [[JInstallerPlugin/11.1|JInstallerPlugin]]
 
* [[JInstallerTemplate/11.1|JInstallerTemplate]]
 
* [[JUpdateAdapter/11.1|JUpdateAdapter]]
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|public
 
|[[JAdapterInstance::__construct/11.1|__construct]]
 
|[[JAdapterInstance::__construct/11.1|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 +
|public
 
|[[JAdapterInstance::getParent/11.1|getParent]]
 
|[[JAdapterInstance::getParent/11.1|getParent]]
 
|Retrieves the parent object.  
 
|Retrieves the parent object.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/base/adapterinstance.php
 +
* '''Extends''' [[JObject/11.1|JObject]]
 +
* '''Extended by'''
 +
** [[JInstallerComponent/11.1|JInstallerComponent]]
 +
** [[JInstallerFile/11.1|JInstallerFile]]
 +
** [[JInstallerLanguage/11.1|JInstallerLanguage]]
 +
** [[JInstallerLibrary/11.1|JInstallerLibrary]]
 +
** [[JInstallerModule/11.1|JInstallerModule]]
 +
** [[JInstallerPackage/11.1|JInstallerPackage]]
 +
** [[JInstallerPlugin/11.1|JInstallerPlugin]]
 +
** [[JInstallerTemplate/11.1|JInstallerTemplate]]
 +
** [[JUpdateAdapter/11.1|JUpdateAdapter]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.base.adapterinstance' );</source>
 
<source lang="php">jimport( 'joomla.base.adapterinstance' );</source>
 
===See also===
 
===See also===
* JAdapterInstance source code in [[jplatform:base/adapterinstance.php|BitBucket]]
+
* {{JVer|11.1}} '''JAdapterInstance source code''' on [[jplatform:base/adapterinstance.php|BitBucket]]
* [[JAdapterInstance|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Base/11.1|Base]]
 +
* [[JAdapterInstance|Other versions of JAdapterInstance]]
 
{{SeeAlso:JAdapterInstance}}
 
{{SeeAlso:JAdapterInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JAdapterInstance|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JAdapterInstance|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 52:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JAdapterInstance]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JAdapterInstance]]</noinclude>

Revision as of 17:55, 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 JAdapterInstance[edit]

Description[edit]

Template:Description:JAdapterInstance [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public getParent Retrieves the parent object.

Importing[edit]

jimport( 'joomla.base.adapterinstance' );

See also[edit]

Template:SeeAlso:JAdapterInstance [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />