class UpdateAdapter extends JAdapterInstance

UpdateAdapter class.

Methods

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

Constructor

getParent()

Retrieves the parent object

array
findUpdate( array $options)

Finds an update

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

abstract array findUpdate( array $options)

Finds an update

Parameters

array $options Options to use: updatesiteid: the unique ID of the update site to look at

Return Value

array Update_sites and updates discovered