JTable::checkout/1.5
From Joomla! Documentation
JTable::checkout
Description
Checks out a row.
Description:JTable::checkout [Edit Descripton]
public function checkout ( $who $oid=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $who | integer | The id of the user | |
| $oid | mixed | null | The primary key value for the row |
- Returns boolean True if successful, or if checkout is not supported
- Defined on line 587 of libraries/joomla/database/table.php
See also
JTable::checkout on api.joomla.org
JTable source code on JoomlaCode
Class JTable
Subpackage Database- Other versions of JTable::checkout
SeeAlso:JTable::checkout [Edit See Also]