Redirect
extends HttpResponse
Table of Contents
Methods
-
__construct()
: mixed
-
getUrl()
: string
-
isSkippedSecurity()
: bool
-
send()
: mixed
-
setSkipSecurity()
: $this
-
setUrl()
: $this
__construct()
public
__construct(mixed $url[, bool $skipSecurity = false ]) : mixed
Parameters
-
$url
: mixed
-
-
$skipSecurity
: bool
= false
-
getUrl()
public
getUrl() : string
isSkippedSecurity()
public
isSkippedSecurity() : bool
send()
public
send() : mixed
setSkipSecurity()
public
setSkipSecurity(bool $skipSecurity) : $this
Parameters
-
$skipSecurity
: bool
-
setUrl()
public
setUrl(string $url) : $this
Parameters
-
$url
: string
-