phpDocumentor

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

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

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
Return values
void

Search results