Back to Installer class

Method setRedirectUrl

public void
setRedirectUrl
(mixed $newurl)
Set the redirect location
Parameters
  • string $newurl New redirect location
Returns
  • void
Since
  • 3.1
Class: Installer
Project: Joomla

Method setRedirectUrl - Source code

/**
 * Set the redirect location
 *
 * @param   string  $newurl  New redirect location
 *
 * @return  void
 *
 * @since   3.1
 */
public function setRedirectUrl($newurl)
{
    $this->redirect_url = $newurl;
}