JAdapter:: construct: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 44: | Line 44: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Base|Base]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Base|Base]] | ||
* [[API17:JAdapter::__construct|Other versions of JAdapter::__construct]] | * [[API17:JAdapter::__construct|Other versions of JAdapter::__construct]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JAdapter::__construct | category=JAdapter::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:18, 25 March 2017
JAdapter::__construct
Description
Constructor.
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
User contributed notes
Code Examples