phpDocumentor

Redirect
in package
implements RedirectInterface

Interfaces, Classes and Traits

RedirectInterface

Table of Contents

$redirectType  : int
$targetUrl  : string
__construct()  : mixed
getRedirectType()  : int
getTargetUrl()  : string

Properties

$redirectType

protected int $redirectType

Methods

__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

Search results