redirect() public method
Redirect to the given URL or simply close the popup window.
public yii\web\Response redirect ( $url, $enforceRedirect = true )$url mixed
URL to redirect, could be a string or array config to generate a valid URL. $enforceRedirect boolean
Indicates if redirect should be performed even in case of popup window. return yii\web\Response
Response instance.