API17

API17:JController::holdEditId

From Joomla! Documentation

Joomla 11.1 JController::holdEditId

Description

Method to add a record ID to the edit list.


protected function 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 on line 809 of libraries/joomla/application/component/controller.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples