TimeTrackerInitialization implements MiddlewareInterface

Initializes the time tracker (singleton) for the whole TYPO3 Frontend

Internal

Table of Contents

Interfaces

MiddlewareInterface

Properties

$timeTracker  : TimeTracker

Methods

__construct()  : mixed
process()  : ResponseInterface
Starting time tracking (by setting up a singleton object)
isBackendUserCookieSet()  : bool
isDebugModeEnabled()  : bool

Properties

Methods

process()

Starting time tracking (by setting up a singleton object)

public process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
$request : ServerRequestInterface
$handler : RequestHandlerInterface
Return values
ResponseInterface

isBackendUserCookieSet()

protected isBackendUserCookieSet(ServerRequestInterface $request) : bool
Parameters
$request : ServerRequestInterface
Return values
bool

isDebugModeEnabled()

protected isDebugModeEnabled() : bool
Return values
bool

        
On this page

Search results