JControllerForm::getRedirectToItemAppend
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JControllerForm::getRedirectToItemAppend[edit]
Description[edit]
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
See also[edit]
JControllerForm::getRedirectToItemAppend source code on BitBucket
Class JControllerForm
Subpackage Application
- Other versions of JControllerForm::getRedirectToItemAppend
User contributed notes[edit]
Code Examples[edit]