API17

API17:JControllerForm::getRedirectToItemAppend

From Joomla! Documentation

Joomla 11.1 JControllerForm::getRedirectToItemAppend

Description

Gets the URL arguments to append to an item redirect.


protected function getRedirectToItemAppend (
        $recordId=null
        $urlVar= 'id'
)
Parameter Type Default Description
$recordId int null The primary key id for the item.
$urlVar string 'id' The name of the URL variable for the id.
  • Returns string The arguments to append to the redirect URL.
  • Defined on line 358 of libraries/joomla/application/component/controllerform.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples