API17

Difference between revisions of "JAdapterInstance"

From Joomla! Documentation

m (JoomlaWikiBot moved page JAdapterInstance/11.1 to API17:JAdapterInstance without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JAdapterInstance::__construct/11.1|__construct]]
+
|[[API17:JAdapterInstance::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JAdapterInstance::getParent/11.1|getParent]]
+
|[[API17:JAdapterInstance::getParent|getParent]]
 
|Retrieves the parent object.  
 
|Retrieves the parent object.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/base/adapterinstance.php
 
* '''Defined in''' libraries/joomla/base/adapterinstance.php
* '''Extends''' [[JObject/11.1|JObject]]
+
* '''Extends''' [[API17:JObject|JObject]]
 
* '''Extended by'''
 
* '''Extended by'''
** [[JInstallerComponent/11.1|JInstallerComponent]]
+
** [[API17:JInstallerComponent|JInstallerComponent]]
** [[JInstallerFile/11.1|JInstallerFile]]
+
** [[API17:JInstallerFile|JInstallerFile]]
** [[JInstallerLanguage/11.1|JInstallerLanguage]]
+
** [[API17:JInstallerLanguage|JInstallerLanguage]]
** [[JInstallerLibrary/11.1|JInstallerLibrary]]
+
** [[API17:JInstallerLibrary|JInstallerLibrary]]
** [[JInstallerModule/11.1|JInstallerModule]]
+
** [[API17:JInstallerModule|JInstallerModule]]
** [[JInstallerPackage/11.1|JInstallerPackage]]
+
** [[API17:JInstallerPackage|JInstallerPackage]]
** [[JInstallerPlugin/11.1|JInstallerPlugin]]
+
** [[API17:JInstallerPlugin|JInstallerPlugin]]
** [[JInstallerTemplate/11.1|JInstallerTemplate]]
+
** [[API17:JInstallerTemplate|JInstallerTemplate]]
** [[JUpdateAdapter/11.1|JUpdateAdapter]]
+
** [[API17:JUpdateAdapter|JUpdateAdapter]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.base.adapterinstance' );</source>
 
<source lang="php">jimport( 'joomla.base.adapterinstance' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JAdapterInstance source code''' on [[jplatform:base/adapterinstance.php|BitBucket]]
 
* {{JVer|11.1}} '''JAdapterInstance source code''' on [[jplatform:base/adapterinstance.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Base/11.1|Base]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Base|Base]]
* [[JAdapterInstance|Other versions of JAdapterInstance]]
+
* [[API17:JAdapterInstance|Other versions of JAdapterInstance]]
 
{{SeeAlso:JAdapterInstance}}
 
{{SeeAlso:JAdapterInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 55: Line 55:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JAdapterInstance]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:41, 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 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 />