Class InstallerModelDiscover

Description

Installer Manage Model

  • since: 1.6

Located in /administrator/components/com_installer/models/discover.php (line 22)

JObject
   |
   --JModel
      |
      --JModelList
         |
         --InstallerModel
            |
            --InstallerModelDiscover
Variable Summary
mixed $_context
Method Summary
void discover ()
void populateState ([ $ordering = null], [ $direction = null])
void purge ()
Variables
mixed $_context = 'com_installer.discover' (line 24)
  • access: protected

Inherited Variables

Inherited from JModelList

JModelList::$cache
JModelList::$context
JModelList::$filter_fields
JModelList::$query

Inherited from JModel

JModel::$event_clean_cache
JModel::$name
JModel::$option
JModel::$state
JModel::$_db
JModel::$__state_set

Inherited from JObject

JObject::$_errors
Methods
discover (line 66)

Discover extensions.

Finds uninstalled extensions

  • since: 1.6
void discover ()
discover_install (line 101)

Installs a discovered extension.

  • since: 1.6
void discover_install ()
getListQuery (line 49)

Method to get the database query.

  • return: the database query
  • since: 1.6
  • access: protected
JDatabaseQuery getListQuery ()

Redefinition of:
JModelList::getListQuery()
Method to get a JDatabaseQuery object for retrieving the data set from a database.
populateState (line 33)

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

  • since: 1.6
  • access: protected
void populateState ([ $ordering = null], [ $direction = null])
  • $ordering
  • $direction

Redefinition of:
JModelList::populateState()
Method to auto-populate the model state.
purge (line 137)

Cleans out the list of discovered extensions.

  • since: 1.6
void purge ()

Inherited Methods

Inherited From InstallerModel

InstallerModel::__construct()
InstallerModel::translate()
InstallerModel::_getList()

Inherited From JModelList

JModelList::__construct()
JModelList::getItems()
JModelList::getListQuery()
JModelList::getPagination()
JModelList::getStart()
JModelList::getStoreId()
JModelList::getTotal()
JModelList::getUserStateFromRequest()
JModelList::populateState()
JModelList::_getListQuery()

Inherited From JModel

JModel::__construct()
JModel::addIncludePath()
JModel::addTablePath()
JModel::cleanCache()
JModel::getDbo()
JModel::getInstance()
JModel::getName()
JModel::getState()
JModel::getTable()
JModel::populateState()
JModel::setDbo()
JModel::setState()
JModel::_createFileName()
JModel::_createTable()
JModel::_getList()
JModel::_getListCount()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:54:16 -0500 by phpDocumentor 1.4.4