AAAAhome/academiac/www/libraries/joomla/base/adapterinstance.php000064400000002506151372645530020252 0ustar00setProperties($options); // Set the parent and db in case $options for some reason overrides it. $this->parent = &$parent; // Pull in the global dbo in case something happened to it. $this->db = $db ? $db : JFactory::getDBO(); } /** * Retrieves the parent object * * @return object parent * * @since 11.1 */ public function getParent() { return $this->parent; } }