[ci skip] Complete documentation for nonstandard UUIDs

This commit is contained in:
Ben Ramsey
2020-03-08 15:59:10 -05:00
parent db3f1c5dfa
commit f46e0b0644
4 changed files with 79 additions and 0 deletions
+13
View File
@@ -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.
+20
View File
@@ -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