JController::checkEditId/1.6
From Joomla! Documentation
JController::checkEditId
Description
Method to check whether an ID is in the edit list.
Description:JController::checkEditId [Edit Descripton]
protected function checkEditId ( $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 boolean True if the ID is in the edit list.
- Defined on line 464 of libraries/joomla/application/component/controller.php
- Since

See also
JController source code on JoomlaCode
Class JController
Subpackage Application- Other versions of JController::checkEditId
SeeAlso:JController::checkEditId [Edit See Also]