API17:JAdapter:: construct
From Joomla! Documentation
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