API17:JModelAdmin::checkin
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JModelAdmin::checkin
Description
Method override to check-in a record or an array of record.
Description:JModelAdmin::checkin [Edit Descripton]
Since
Synopsis
public JModelAdmin->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 in
libraries/joomla/application/component/modeladmin.php
Referenced by
See also
Examples
<CodeExamplesForm />
