Move getUrn() documentation according to interface changes

This commit is contained in:
Ben Ramsey
2022-03-27 22:55:56 -05:00
parent 115ec653d8
commit 418e9c6339
2 changed files with 7 additions and 8 deletions
-8
View File
@@ -18,11 +18,3 @@ Rfc4122\\UuidInterface
:returns: The fields that comprise this UUID.
:returntype: Ramsey\\Uuid\\Rfc4122\\FieldsInterface
.. php:method:: getUrn()
:returns: The string standard representation of the UUID as a `URN`_.
:returntype: ``string``
.. _URN: https://tools.ietf.org/html/rfc8141
+7
View File
@@ -42,6 +42,11 @@ UuidInterface
:returns: The integer representation of the UUID.
:returntype: Ramsey\\Uuid\\Type\\Integer
.. php:method:: getUrn()
:returns: The string standard representation of the UUID as a `URN`_.
:returntype: ``string``
.. php:method:: toString()
:returns: The string standard representation of the UUID.
@@ -51,3 +56,5 @@ UuidInterface
:returns: The string standard representation of the UUID.
:returntype: ``string``
.. _URN: https://tools.ietf.org/html/rfc8141