API17

API17:JAdapter::setAdapter

From Joomla! Documentation

Revision as of 02:18, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JAdapter::setAdapter

Description

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
  • Returns boolean True if successful
  • Defined on line 97 of libraries/joomla/base/adapter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples