Abstract Class InstallerModel

Description

Extension Manager Abstract Extension Model

  • abstract:
  • since: 1.5

Located in /administrator/components/com_installer/models/extension.php (line 20)

JObject
   |
   --JModelLegacy
      |
      --JModelList
         |
         --InstallerModel
Direct descendents
Class Description
 class InstallerModelDatabase Installer Manage Model
 class InstallerModelDiscover Installer Discover Model
 class InstallerModelManage Installer Manage Model
Method Summary
 InstallerModel __construct ([array $config = array()])
 array _getList (string $query, [int $limitstart = 0], [int $limit = 0])
Variables
Methods
Constructor __construct (line 30)

Constructor.

InstallerModel __construct ([array $config = array()])
  • array $config: An optional associative array of configuration settings.

Redefinition of:
JModelList::__construct()
Constructor.

Redefined in descendants as:
_getList (line 56)

Returns an object list

  • access: protected
array _getList (string $query, [int $limitstart = 0], [int $limit = 0])
  • string $query: The query
  • int $limitstart: Offset
  • int $limit: The number of records

Redefinition of:
JModelLegacy::_getList()
Gets an array of objects from the results of database query.

Inherited Methods

Inherited From JModelList

 JModelList::__construct()
 JModelList::getActiveFilters()
 JModelList::getFilterForm()
 JModelList::getItems()
 JModelList::getListQuery()
 JModelList::getPagination()
 JModelList::getStart()
 JModelList::getStoreId()
 JModelList::getTotal()
 JModelList::getUserStateFromRequest()
 JModelList::loadForm()
 JModelList::loadFormData()
 JModelList::populateState()
 JModelList::preprocessForm()
 JModelList::_getListQuery()

Inherited From JModelLegacy

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

Inherited From JObject

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

Documentation generated on Tue, 19 Nov 2013 15:02:43 +0100 by phpDocumentor 1.4.3