Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
monitoring
/
vendor
/
psr
/
clock
/
src
/
File Content:
ClockInterface.php
<?php namespace PleskMonitoring\Psr\Clock; use DateTimeImmutable; interface ClockInterface { /** * Returns the current time as a DateTimeImmutable Object */ public function now() : DateTimeImmutable; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
ClockInterface.php
222 bytes
0644
N4ST4R_ID | Naxtarrr