API17:JController::releaseEditId
From Joomla! Documentation
JController::releaseEditId
Description
Method to check whether an ID is in the edit list.
protected function releaseEditId (
$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. |
See also
JController::releaseEditId source code on BitBucket
Class JController
Subpackage Application- Other versions of JController::releaseEditId
User contributed notes
Code Examples