Improve documentation

This commit is contained in:
Ben Ramsey
2020-03-04 22:50:39 -06:00
parent b3c26661ca
commit b31703e7c9
27 changed files with 520 additions and 103 deletions
+16
View File
@@ -0,0 +1,16 @@
.. _reference.fields.fieldsinterface:
========================
Fields\\FieldsInterface
========================
.. php:namespace:: Ramsey\Uuid\Fields
.. php:interface:: FieldsInterface
Represents the fields of a UUID.
.. php:method:: getBytes()
:returns: The bytes that comprise these fields.
:returntype: ``string``