authclient\AuthAction redirect()

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.

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.