API17:JAdapterInstance:: construct
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JAdapterInstance::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JAdapterInstance::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function __construct ( |
| + | &$parent | ||
| + | &$db | ||
| + | $options=Array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 37: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' void | |
| − | void | + | * '''Defined''' on line 44 of libraries/joomla/base/adapterinstance.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/base/adapterinstance.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JAdapterInstance::__construct source code''' on [[jplatform:base/adapterinstance.php#cl-36|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JAdapterInstance/11.1|JAdapterInstance]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Base/11.1|Base]] | ||
| + | * [[JAdapterInstance::__construct|Other versions of JAdapterInstance::__construct]] | ||
| + | {{SeeAlso:JAdapterInstance::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JAdapterInstance::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JAdapterInstance::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 58: | Line 58: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JAdapterInstance]][[Category:JAdapterInstance::__construct]]</noinclude> | <noinclude>[[Category:JAdapterInstance]][[Category:JAdapterInstance::__construct]]</noinclude> | ||
Revision as of 20:07, 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::__construct
Description
Constructor.
Description:JAdapterInstance:: construct [Edit Descripton]
public function __construct ( &$parent &$db $options=Array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$parent | object | $parent Parent object [ instance] | |
| &$db | object | $db Database object [ instance] | |
| $options | array | Array() | Configuration Options |
See also
-
JAdapterInstance::__construct source code on BitBucket
-
Class JAdapterInstance
-
Subpackage Base
- Other versions of JAdapterInstance::__construct
SeeAlso:JAdapterInstance:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
