File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/Framework/Support/Facades/DateTime/Temporal.php
Back
<?php namespace Give\Framework\Support\Facades\DateTime; use DateTime; use DateTimeInterface; use Give\Framework\Support\Facades\Facade; /** * @since 2.19.6 * * @method static DateTimeInterface toDateTime(string $date) * @method static DateTimeInterface getCurrentDateTime() * @method static string getFormattedDateTime(DateTimeInterface $dateTime) * @method static string getCurrentFormattedDateForDatabase() * @method static DateTimeInterface withoutMicroseconds(DateTimeInterface $dateTime) */ class Temporal extends Facade { protected function getFacadeAccessor(): string { return TemporalFacade::class; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings