Un-deprecate UuidInterface::getUrn()

This commit is contained in:
Ben Ramsey
2022-03-27 20:55:27 -05:00
parent 8505afd4fe
commit 115ec653d8
5 changed files with 13 additions and 24 deletions
+8
View File
@@ -83,6 +83,14 @@ interface UuidInterface extends
*/
public function getInteger(): IntegerObject;
/**
* Returns the string standard representation of the UUID as a URN
*
* @link http://en.wikipedia.org/wiki/Uniform_Resource_Name Uniform Resource Name
* @link https://tools.ietf.org/html/rfc4122#section-3 RFC 4122, § 3: Namespace Registration Template
*/
public function getUrn(): string;
/**
* Returns the string standard representation of the UUID
*