3 declare(strict_types=1);
     7 use Ramsey\Uuid\UuidInterface as RamseyUuidInterface;
    19     public function __construct(RamseyUuidInterface $wrapped_uuid)
    31         return $this->wrapped_uuid->compareTo($other->getWrappedUuid());
    36         return $this->wrapped_uuid->equals($other->getWrappedUuid());
    41         return $this->wrapped_uuid->toString();
 compareTo(Uuid $other)
Compares this UUID to the specified UUID. 
 
equals(Uuid $other)
Compares this object to the specified object. 
 
__construct(RamseyUuidInterface $wrapped_uuid)
 
toString()
Converts this UUID into a string representation. 
 
RamseyUuidInterface $wrapped_uuid
 
__toString()
Enforce that UUID implementation implement the __toString() magic method.