mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
17 lines
397 B
ReStructuredText
17 lines
397 B
ReStructuredText
.. _reference.timebaseduuidinterface:
|
|
|
|
======================
|
|
TimeBasedUuidInterface
|
|
======================
|
|
|
|
.. php:namespace:: Ramsey\Uuid
|
|
|
|
.. php:interface:: TimeBasedUuidInterface
|
|
|
|
Defines functionality for time-based UUIDs.
|
|
|
|
.. php:method:: getDateTime()
|
|
|
|
:returns: A date object representing the timestamp associated with the UUID.
|
|
:returntype: ``\DateTimeInterface``
|