API17:JModelAdmin::checkout
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::checkout
Description
Method override to check-out a record.
Description:JModelAdmin::checkout [Edit Descripton]
Since
Synopsis
public JModelAdmin::checkout ($pk=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pk | int | null | The ID of the primary key. |
Returns
boolean True if successful, false if an error occurs.
Defined in
libraries/joomla/application/component/modeladmin.php (line 188)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
