ServerRequestHandler

Internal

this is a concrete TYPO3 implementation and solely used for EXT:felogin and not part of TYPO3's Core API.

Table of Contents

Properties

$redirectUrlValidator  : RedirectUrlValidator
$request  : ServerRequestInterface

Methods

__construct()  : mixed
getHttpReferrer()  : string
Returns the HTTP_REFERER from server request parameters if set
getPropertyFromGetAndPost()  : mixed|null
Returns a property that exists in post or get context
getRedirectUrlRequestParam()  : string
Returns validated redirect url contained in request param return_url or redirect_url

Properties

$request

protected ServerRequestInterface $request

Methods

getHttpReferrer()

Returns the HTTP_REFERER from server request parameters if set

public getHttpReferrer() : string
Return values
string

getPropertyFromGetAndPost()

Returns a property that exists in post or get context

public getPropertyFromGetAndPost(string $propertyName) : mixed|null
Parameters
$propertyName : string
Return values
mixed|null

getRedirectUrlRequestParam()

Returns validated redirect url contained in request param return_url or redirect_url

public getRedirectUrlRequestParam() : string
Return values
string

        
On this page

Search results