API17

API17:JApplication::redirect

From Joomla! Documentation

Revision as of 14:45, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Joomla 11.1 JApplication::redirect

Description

Redirect to another URL.

{{subst:Description:JApplication::redirect}}

public function redirect (
        $url
        $msg=''
        $msgType='message'
        $moved=false
)
Parameter Type Default Description
$url
$msg
$msgType 'message'
$moved false
  • Returns
  • Defined on line 312 of libraries/joomla/application/application.php

See also

{{subst:SeeAlso:JApplication::redirect}}

User contributed notes

<CodeExamplesForm />