D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
lcobucci
/
clock
/
src
/
Filename :
Clock.php
back
Copy
<?php declare (strict_types=1); namespace WPToolkitDependenciesIsolationPrefix\Lcobucci\Clock; use DateTimeImmutable; use WPToolkitDependenciesIsolationPrefix\StellaMaris\Clock\ClockInterface; interface Clock extends ClockInterface { public function now() : DateTimeImmutable; }