ILIAS  release_8 Revision v8.23
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 23 of file SystemClock.php.

Member Function Documentation

◆ now()

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

Implements ILIAS\Data\Clock\ClockInterface.

Definition at line 25 of file SystemClock.php.

26  {
27  return new DateTimeImmutable('now');
28  }

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