API17:JControllerForm::getRedirectToItemAppend
From Joomla! Documentation
JControllerForm::getRedirectToItemAppend
Description
Gets the URL arguments to append to an item redirect.
Template:Description:JControllerForm::getRedirectToItemAppend [Edit Descripton]
Since
Synopsis
protected JControllerForm->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 in
libraries/joomla/application/component/controllerform.php
Referenced by
See also
Template:SeeAlso:JControllerForm::getRedirectToItemAppend
Examples
<CodeExamplesForm />