Back to Installer class

Method getRedirectUrl

public string
getRedirectUrl
()
Get the redirect location
Returns
  • string Redirect location (or null)
Since
  • 3.1
Class: Installer
Project: Joomla

Method getRedirectUrl - Source code

/**
 * Get the redirect location
 *
 * @return  string  Redirect location (or null)
 *
 * @since   3.1
 */
public function getRedirectUrl()
{
    return $this->redirect_url;
}