ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Data\Clock\SystemClock Class Reference
+ Inheritance diagram for ILIAS\Data\Clock\SystemClock:
+ Collaboration diagram for ILIAS\Data\Clock\SystemClock:

Public Member Functions

 now ()
 

Detailed Description

Definition at line 25 of file SystemClock.php.

Member Function Documentation

◆ now()

ILIAS\Data\Clock\SystemClock::now ( )

Implements ILIAS\Data\Clock\ClockInterface.

Definition at line 27 of file SystemClock.php.

28  {
29  return new DateTimeImmutable('now');
30  }

The documentation for this class was generated from the following file: