mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
[ci skip] Complete documentation for nonstandard UUIDs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.. _reference.nonstandard.fields:
|
||||
|
||||
===================
|
||||
Nonstandard\\Fields
|
||||
===================
|
||||
|
||||
.. php:namespace:: Ramsey\Uuid\Nonstandard
|
||||
|
||||
.. php:class:: Fields
|
||||
|
||||
Implements :php:interface:`Ramsey\\Uuid\\Rfc4122\\FieldsInterface`.
|
||||
|
||||
Nonstandard\Fields represents the fields of a nonstandard UUID.
|
||||
@@ -0,0 +1,20 @@
|
||||
.. _reference.nonstandard.uuid:
|
||||
|
||||
=================
|
||||
Nonstandard\\Uuid
|
||||
=================
|
||||
|
||||
.. php:namespace:: Ramsey\Uuid\Nonstandard
|
||||
|
||||
.. php:class:: Uuid
|
||||
|
||||
Implements :php:interface:`Ramsey\\Uuid\\UuidInterface`.
|
||||
|
||||
Nonstandard\Uuid represents :ref:`nonstandard.other`. 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 UUID
|
||||
:returntype: Ramsey\\Uuid\\Nonstandard\\Fields
|
||||
Reference in New Issue
Block a user