Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe FixedTimeProvider
+ Graphe d'héritage de FixedTimeProvider:

Fonctions membres publiques

 __construct (array $timestamp)
 
 setUsec ($value)
 
 setSec ($value)
 
 currentTime ()
 

Attributs privés

 $fixedTime
 

Description détaillée

FixedTimeProvider uses an previously-generated timestamp to provide the time

This provider allows the use of a previously-generated timestamp, such as one stored in a database, when creating version 1 UUIDs.

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( array  $timestamp)

Constructs a FixedTimeProvider using the provided $timestamp

Paramètres
int[]Array containing sec and usec components of a timestamp
Exceptions
InvalidArgumentExceptionif the $timestamp does not contain sec or usec components

Documentation des fonctions membres

◆ currentTime()

currentTime ( )

Returns a timestamp array

Renvoie
int[] Array containing sec and usec components of a timestamp

Implémente TimeProviderInterface.

Références FixedTimeProvider\$fixedTime.

◆ setSec()

setSec (   $value)

Sets the sec component of the timestamp

Paramètres
int$valueThe sec value to set

Références $value.

◆ setUsec()

setUsec (   $value)

Sets the usec component of the timestamp

Paramètres
int$valueThe usec value to set

Références $value.

Documentation des champs

◆ $fixedTime

$fixedTime
private

La documentation de cette classe a été générée à partir du fichier suivant :