ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Uuid.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\Data\UUID
;
4
11
interface
Uuid
12
{
13
27
public
function
compareTo
(
Uuid
$other) : int;
28
39
public
function
equals
(
Uuid
$other) : bool;
40
46
public
function
toString
() : string;
47
}
ILIAS\Data\UUID\Uuid\equals
equals(Uuid $other)
Compares this object to the specified object.
ILIAS\Data\UUID
Definition:
Factory.php:3
ILIAS\Data\UUID\Uuid\toString
toString()
Converts this UUID into a string representation.
ILIAS\Data\UUID\Uuid
Definition:
Uuid.php:11
ILIAS\Data\UUID\Uuid\compareTo
compareTo(Uuid $other)
Compares this UUID to the specified UUID.
src
Data
UUID
Uuid.php
Generated on Tue Sep 2 2025 21:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)