API17

API17:JModelAdmin::checkin

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples