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

get() публичный статический Метод

Create a UUID and return its canonical hexadecimal representation.
public static get ( ) : the
Результат the canonical hexadecimal representation of the generated UUID
    public static function get()
    {
        $uuid = new UUID();
        return $uuid->get_hex();
    }