JTable::checkIn
Method to check a row in if the necessary properties/fields exist. Checking a row in will allow other users the ability to edit the row.
Signature
public function checkIn([mixed
$pk = null] )
Parameters
-
$pk
- An optional primary key value to check out. If not set the instance property value is used.
Returns
- boolean
- True on success.