class JAdapterInstance extends JObject

Adapter Instance Class

Methods

__construct( JAdapter $parent, JDatabaseDriver $db, array $options = array())

Constructor

getParent()

Retrieves the parent object

Details

__construct( JAdapter $parent, JDatabaseDriver $db, array $options = array())

Constructor

Parameters

JAdapter $parent Parent object
JDatabaseDriver $db Database object
array $options Configuration Options

JAdapter getParent()

Retrieves the parent object

Return Value

JAdapter