RedirectRule
in package
implements
JsonSerializable
Interfaces, Classes and Traits
- JsonSerializable
Table of Contents
- $id : int
- $query : string
- $queryMatchMode : string
- $queryProcessing : string
- $responseCode : int
- $status : bool
- $target : string
- $urlPath : string
- __construct() : mixed
- RedirectRule constructor.
- getId() : int
- getQuery() : string
- getQueryMatchMode() : string
- getQueryProcessing() : string
- getResponseCode() : int
- getTarget() : string
- getUrlPath() : string
- isStatus() : bool
- jsonSerialize() : mixed
- setStatus() : void
Properties
$id
protected
int
$id
$query
protected
string
$query
$queryMatchMode
protected
string
$queryMatchMode
$queryProcessing
protected
string
$queryProcessing
$responseCode
protected
int
$responseCode
$status
protected
bool
$status
$target
protected
string
$target
$urlPath
protected
string
$urlPath
Methods
__construct()
RedirectRule constructor.
public
__construct(int $id, string $urlPath, string $query, string $queryMatchMode, int $responseCode, string $target, string $queryProcessing, bool $status) : mixed
Parameters
- $id : int
- $urlPath : string
- $query : string
- $queryMatchMode : string
- $responseCode : int
- $target : string
- $queryProcessing : string
- $status : bool
Return values
mixed —getId()
public
getId() : int
Return values
int —getQuery()
public
getQuery() : string
Return values
string —getQueryMatchMode()
public
getQueryMatchMode() : string
Return values
string —getQueryProcessing()
public
getQueryProcessing() : string
Return values
string —getResponseCode()
public
getResponseCode() : int
Return values
int —getTarget()
public
getTarget() : string
Return values
string —getUrlPath()
public
getUrlPath() : string
Return values
string —isStatus()
public
isStatus() : bool
Return values
bool —jsonSerialize()
public
jsonSerialize() : mixed
Return values
mixed —setStatus()
public
setStatus(bool $status) : void
Parameters
- $status : bool