‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Core\RequestId Class Reference

Public Member Functions

 __construct ()
 
 __toString ()
 

Public Attributes

readonly string $long
 
readonly string $short
 
readonly int $microtime
 
readonly ConsumableNonce $nonce
 

Detailed Description

Definition at line 25 of file RequestId.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Core\RequestId::__construct ( )

Definition at line 32 of file RequestId.php.

Member Function Documentation

◆ __toString()

TYPO3\CMS\Core\Core\RequestId::__toString ( )

Definition at line 40 of file RequestId.php.

References TYPO3\CMS\Core\Core\RequestId\$short.

Member Data Documentation

◆ $long

readonly string TYPO3\CMS\Core\Core\RequestId::$long

Definition at line 27 of file RequestId.php.

◆ $microtime

readonly int TYPO3\CMS\Core\Core\RequestId::$microtime

Definition at line 29 of file RequestId.php.

◆ $nonce

readonly ConsumableNonce TYPO3\CMS\Core\Core\RequestId::$nonce

Definition at line 30 of file RequestId.php.

◆ $short

readonly string TYPO3\CMS\Core\Core\RequestId::$short

Definition at line 28 of file RequestId.php.

Referenced by TYPO3\CMS\Core\Core\RequestId\__toString().