[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_checkin/src/Model/ -> CheckinModel.php (summary)

(no description)

Copyright: (C) 2009 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 235 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

CheckinModel:: (5 methods):
  __construct()
  populateState()
  checkin()
  getTotal()
  getItems()


Class: CheckinModel  - X-Ref

Checkin Model

__construct($config = array()   X-Ref
Constructor.

param: array                $config   An optional associative array of configuration settings.
param: MVCFactoryInterface  $factory  The factory.

populateState($ordering = 'table', $direction = 'asc')   X-Ref
Method to auto-populate the model state.

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

param: string  $ordering   An optional ordering field.
param: string  $direction  An optional direction (asc|desc).
return: void

checkin($ids = array()   X-Ref
Checks in requested tables

param: array  $ids  An array of table names. Optional.
return: mixed  The database results or 0

getTotal()   X-Ref
Get total of tables

return: integer  Total to check-in tables

getItems()   X-Ref
Get tables

return: array  Checked in table names as keys and checked in item count as values.



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer