API17:JModelAdmin::checkin
From Joomla! Documentation
JModelAdmin::checkin
Description
Method override to check-in a record or an array of record.
public function checkin ($pks=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pks | array | array() | The ID of the primary key or an array of IDs |
- Returns mixed Boolean false if there is an error, otherwise the count of records checked in.
- Defined on line 146 of libraries/joomla/application/component/modeladmin.php
- Since

See also
JModelAdmin::checkin source code on BitBucket
Class JModelAdmin
Subpackage Application- Other versions of JModelAdmin::checkin
User contributed notes
Code Examples