mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Move getUrn() documentation according to interface changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user