Interfaces, Classes and Traits
- RedirectInterface
Table of Contents
-
$redirectType
: int
-
$targetUrl
: string
-
__construct()
: mixed
-
getRedirectType()
: int
-
getTargetUrl()
: string
$redirectType
protected
int
$redirectType
$targetUrl
protected
string
$targetUrl
__construct()
public
__construct(string $targetUrl[, int $redirectType = 302 ]) : mixed
Parameters
-
$targetUrl
: string
-
-
$redirectType
: int
= 302
-
Return values
mixed
—
getRedirectType()
public
getRedirectType() : int
Return values
int
—
getTargetUrl()
public
getTargetUrl() : string
Return values
string
—