JAdapter::setAdapter
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::setAdapter[edit]
Description[edit]
Set an adapter by name.
public function setAdapter (
$name
&$adapter=null
$options=Array
)
Parameter | Type | Default | Description |
---|---|---|---|
$name | string | Adapter name | |
&$adapter | object | null | $adapter Adapter object |
$options | array | Array() | Adapter options |
See also[edit]
- JAdapter::setAdapter source code on BitBucket
- Class JAdapter
- Subpackage Base
- Other versions of JAdapter::setAdapter
User contributed notes[edit]
Code Examples[edit]