API17:JController::holdEditId
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.
JController::holdEditId
Description
Method to add a record ID to the edit list.
Description:JController::holdEditId [Edit Descripton]
Since
Synopsis
protected JController->holdEditId ($context, $id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $context | string | The context for the session storage. | |
| $id | int | The ID of the record to add to the edit list. |
Returns
void
Defined in
libraries/joomla/application/component/controller.php
Referenced by
See also
SeeAlso:JController::holdEditId
Examples
<CodeExamplesForm />
