API17

API17:JControllerForm::getRedirectToItemAppend

From Joomla! Documentation

Revision as of 23:09, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JControllerForm::getRedirectToItemAppend

Description

Gets the URL arguments to append to an item redirect.

Template:Description:JControllerForm::getRedirectToItemAppend [Edit Descripton]

Since

Joomla 11.1

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

[Edit See Also]

Template:SeeAlso:JControllerForm::getRedirectToItemAppend

Examples

<CodeExamplesForm />