API17:JModelAdmin::getItem
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::getItem
Description
Method to get a single record.
Description:JModelAdmin::getItem [Edit Descripton]
Since
Synopsis
public JModelAdmin::getItem ($pk=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pk | integer | null | The id of the primary key. |
Returns
mixed Object on success, false on failure.
Defined in
libraries/joomla/application/component/modeladmin.php (line 273)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
