PageTypeSource implements RedirectSourceInterface

FinalYes

Table of Contents

Interfaces

RedirectSourceInterface
This is a contract containing the base information on an original redirect that should be transformed or replaced.

Methods

__construct()  : mixed
getHost()  : string
getPageType()  : int
getPath()  : string
getTargetLinkParameters()  : array<string|int, mixed>

Methods

__construct()

public __construct(string $host, string $path, int $pageType, array<string|int, mixed> $targetLinkParameters) : mixed
Parameters
$host : string
$path : string
$pageType : int
$targetLinkParameters : array<string|int, mixed>

getHost()

public getHost() : string
Return values
string

getPageType()

public getPageType() : int
Return values
int

getPath()

public getPath() : string
Return values
string

getTargetLinkParameters()

public getTargetLinkParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results