Class CheckinModelCheckin

Description

Checkin Model

  • since: 1.6

Located in /administrator/components/com_checkin/models/checkin.php (line 20)

JObject
   |
   --JModel
      |
      --JModelList
         |
         --CheckinModelCheckin
Variable Summary
mixed $tables
mixed $total
Method Summary
int checkin ([array $ids = array()])
array getItems ()
int getTotal ()
void populateState ([ $ordering = null], [ $direction = null])
Variables
mixed $tables (line 23)
  • access: protected
mixed $total (line 22)
  • 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
checkin (line 47)

Checks in requested tables

  • return: Checked in item count
  • since: 1.6
  • access: public
int checkin ([array $ids = array()])
  • array $ids: An array of table names. Optional.
getItems (line 109)

Get tables

  • return: Checked in table names as keys and checked in item count as values
  • since: 1.6
  • access: public
array getItems ()

Redefinition of:
JModelList::getItems()
Method to get an array of data items.
getTotal (line 95)

Get total of tables

  • return: Total to check-in tables
  • since: 1.6
  • access: public
int getTotal ()

Redefinition of:
JModelList::getTotal()
Method to get the total number of items for the data set.
populateState (line 31)

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.

Inherited Methods

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:53:02 -0500 by phpDocumentor 1.4.4