Habari\UUID::__toString PHP Метод

__toString() публичный Метод

public __toString ( ) : a
Результат a string representation of this object.
    public function __toString()
    {
        return $this->get_hex();
    }