API17:JTable::checkOut
From Joomla! Documentation
JTable::checkOut
Description
Method to check a row out if the necessary properties/fields exist.
public function checkOut (
$userId
$pk=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $userId | |||
| $pk | null |
- Returns
- Defined on line 733 of libraries/joomla/database/table.php
See also
JTable::checkOut source code on BitBucket
Class JTable
Subpackage Database- Other versions of JTable::checkOut
User contributed notes
Code Examples