Source for file adapterinstance.php
Documentation is available at adapterinstance.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* @package Joomla.Platform
* @param JAdapter $parent Parent object
* @param JDatabaseDriver $db Database object
* @param array $options Configuration Options
public function __construct(JAdapter $parent, JDatabaseDriver $db, array $options =
array())
// Set the properties from the options array that is passed in
// Set the parent and db in case $options for some reason overrides it.
// Pull in the global dbo in case something happened to it.
* Retrieves the parent object
* @return JAdapter parent
Documentation generated on Tue, 19 Nov 2013 14:53:26 +0100 by phpDocumentor 1.4.3