redirectCancel() public method
Redirect to the $cancelUrl or simply close the popup window.
public yii\web\Response redirectCancel ( $url = null ) | ||
---|---|---|
$url | string |
URL to redirect. |
return | yii\web\Response |
Response instance. |
redirectCancel() public method
Redirect to the $cancelUrl or simply close the popup window.
public yii\web\Response redirectCancel ( $url = null ) | ||
---|---|---|
$url | string |
URL to redirect. |
return | yii\web\Response |
Response instance. |
Please login to continue.