JAdapter::getAdapter
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::getAdapter[edit]
Description[edit]
Return an adapter.
public function getAdapter (
$name
$options=Array
)
Parameter | Type | Default | Description |
---|---|---|---|
$name | string | Name of adapter to return | |
$options | array | Array() | Adapter options |
- Returns object Adapter of type 'name' or false
- Defined on line 131 of libraries/joomla/base/adapter.php
- Since
See also[edit]
- JAdapter::getAdapter source code on BitBucket
- Class JAdapter
- Subpackage Base
- Other versions of JAdapter::getAdapter
User contributed notes[edit]
Code Examples[edit]