API17:JAdapterInstance
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/base/adapterinstance.php | libraries/joomla/base/adapterinstance.php | ||
| + | * see source code in [[jplatform:base/adapterinstance.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Base/11.1|Base]] | [[Subpackage Base/11.1|Base]] | ||
| Line 36: | Line 37: | ||
<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]] | ||
* [[JAdapterInstance|Other versions of this class]] | * [[JAdapterInstance|Other versions of this class]] | ||
{{SeeAlso:JAdapterInstance}} | {{SeeAlso:JAdapterInstance}} | ||
Revision as of 17:48, 23 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.
[Edit Descripton] Description:JAdapterInstance
Defined in
libraries/joomla/base/adapterinstance.php
- see source code in BitBucket
Subpackage
Extends
Extended by
- JInstallerComponent
- JInstallerFile
- JInstallerLanguage
- JInstallerLibrary
- JInstallerModule
- JInstallerPackage
- JInstallerPlugin
- JInstallerTemplate
- JUpdateAdapter
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| getParent | Retrieves the parent object. |
Importing
jimport( 'joomla.base.adapterinstance' );
See also
- JAdapterInstance source code in BitBucket
- Other versions of this class
SeeAlso:JAdapterInstance [Edit See Also]
Examples
<CodeExamplesForm />
