API17:JAdapterInstance
From Joomla! Documentation
(Difference between revisions)
(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> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===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 | + | * {{JVer|11.1}} '''JAdapterInstance source code''' on [[jplatform:base/adapterinstance.php|BitBucket]] |
| − | * [[JAdapterInstance|Other versions of | + | * {{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> | ||
| − | === | + | ===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
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.
JAdapterInstance
Description
Description:JAdapterInstance [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | getParent | Retrieves the parent object. |
- Defined in libraries/joomla/base/adapterinstance.php
- Extends JObject
- Extended by
Importing
jimport( 'joomla.base.adapterinstance' );
See also
-
JAdapterInstance source code on BitBucket
-
Subpackage Base
- Other versions of JAdapterInstance
SeeAlso:JAdapterInstance [Edit See Also]
User contributed notes
<CodeExamplesForm />
