Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 621
Zeile 17... Zeile 17...
17
use JsonSerializable;
17
use JsonSerializable;
18
use Ramsey\Uuid\Fields\FieldsInterface;
18
use Ramsey\Uuid\Fields\FieldsInterface;
19
use Ramsey\Uuid\Type\Hexadecimal;
19
use Ramsey\Uuid\Type\Hexadecimal;
20
use Ramsey\Uuid\Type\Integer as IntegerObject;
20
use Ramsey\Uuid\Type\Integer as IntegerObject;
21
use Serializable;
21
use Serializable;
-
 
22
use Stringable;
Zeile 22... Zeile 23...
22
 
23
 
23
/**
24
/**
24
 * A UUID is a universally unique identifier adhering to an agreed-upon
25
 * A UUID is a universally unique identifier adhering to an agreed-upon
25
 * representation format and standard for generation
26
 * representation format and standard for generation
26
 *
27
 *
27
 * @psalm-immutable
28
 * @psalm-immutable
28
 */
29
 */
29
interface UuidInterface extends
30
interface UuidInterface extends
30
    DeprecatedUuidInterface,
31
    DeprecatedUuidInterface,
31
    JsonSerializable,
32
    JsonSerializable,
-
 
33
    Serializable,
32
    Serializable
34
    Stringable
33
{
35
{
34
    /**
36
    /**
35
     * Returns -1, 0, or 1 if the UUID is less than, equal to, or greater than
37
     * Returns -1, 0, or 1 if the UUID is less than, equal to, or greater than
36
     * the other UUID
38
     * the other UUID