API17:JControllerForm::getRedirectToItemAppend
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JControllerForm::getRedirectToItemAppend
Description
Gets the URL arguments to append to an item redirect.
Description:JControllerForm::getRedirectToItemAppend [Edit Descripton]
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
See also
-
JControllerForm::getRedirectToItemAppend source code on BitBucket
-
Class JControllerForm
-
Subpackage Application
- Other versions of JControllerForm::getRedirectToItemAppend
SeeAlso:JControllerForm::getRedirectToItemAppend [Edit See Also]
User contributed notes
<CodeExamplesForm />
