mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
20 lines
486 B
ReStructuredText
20 lines
486 B
ReStructuredText
.. _reference.guid.guid:
|
|
|
|
==========
|
|
Guid\\Guid
|
|
==========
|
|
|
|
.. php:namespace:: Ramsey\Uuid\Guid
|
|
|
|
.. php:class:: Guid
|
|
|
|
Implements :php:interface:`Ramsey\\Uuid\\UuidInterface`.
|
|
|
|
Guid represents a :ref:`nonstandard.guid`. In addition to providing the methods defined on the interface, this class
|
|
additionally provides the following methods.
|
|
|
|
.. php:method:: getFields()
|
|
|
|
:returns: The fields that comprise this GUID.
|
|
:returntype: Ramsey\\Uuid\\Guid\\Fields
|