JAdapter:: construct
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JAdapter::__construct[edit]
Description[edit]
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[edit]
- JAdapter::__construct source code on BitBucket
- Class JAdapter
- Subpackage Base
- Other versions of JAdapter::__construct
User contributed notes[edit]
Code Examples[edit]