TimeTrackerInitialization implements MiddlewareInterface
Initializes the time tracker (singleton) for the whole TYPO3 Frontend
Table of Contents
Interfaces
- MiddlewareInterface
Properties
Methods
- __construct() : mixed
- process() : ResponseInterface
- Starting time tracking (by setting up a singleton object)
- isBackendUserCookieSet() : bool
- isDebugModeEnabled() : bool
Properties
$timeTracker read-only
protected
TimeTracker
$timeTracker
Methods
__construct()
public
__construct(TimeTracker $timeTracker) : mixed
Parameters
- $timeTracker : TimeTracker
process()
Starting time tracking (by setting up a singleton object)
public
process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $handler : RequestHandlerInterface
Return values
ResponseInterfaceisBackendUserCookieSet()
protected
isBackendUserCookieSet(ServerRequestInterface $request) : bool
Parameters
- $request : ServerRequestInterface
Return values
boolisDebugModeEnabled()
protected
isDebugModeEnabled() : bool