API17:JAdapter:: construct
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JAdapter::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JAdapter::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function __construct ( |
| + | $basepath | ||
| + | $classprefix=null | ||
| + | $adapterfolder=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 37: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 67 of libraries/joomla/base/adapter.php | |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/base/adapter.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JAdapter::__construct source code''' on [[jplatform:base/adapter.php#cl-59|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JAdapter/11.1|JAdapter]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Base/11.1|Base]] | ||
| + | * [[JAdapter::__construct|Other versions of JAdapter::__construct]] | ||
| + | {{SeeAlso:JAdapter::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JAdapter::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JAdapter::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 57: | Line 58: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JAdapter]][[Category:JAdapter::__construct]]</noinclude> | <noinclude>[[Category:JAdapter]][[Category:JAdapter::__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.
JAdapter::__construct
Description
Constructor.
Description:JAdapter:: construct [Edit Descripton]
public function __construct ( $basepath $classprefix=null $adapterfolder=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $basepath | string | Base Path of the adapters | |
| $classprefix | string | null | Class prefix of adapters |
| $adapterfolder | string | null | Name of folder to append to base path |
See also
-
JAdapter::__construct source code on BitBucket
-
Class JAdapter
-
Subpackage Base
- Other versions of JAdapter::__construct
SeeAlso:JAdapter:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
