PHP Класс Cassandra\Uuid

Наследование: implements cassandra\UuidInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $uuid = null ) Creates a uuid from a given uuid string or a random one.
__toString ( ) : string Returns this uuid as string.
type ( ) : cassandra\Type The type of this uuid.
uuid ( ) : string Returns this uuid as string.
version ( ) : integer Returns the version of this uuid.

Описание методов

__construct() публичный метод

Creates a uuid from a given uuid string or a random one.
public __construct ( string $uuid = null )
$uuid string A uuid string

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

Returns this uuid as string.
public __toString ( ) : string
Результат string uuid

type() публичный метод

The type of this uuid.
public type ( ) : cassandra\Type
Результат cassandra\Type

uuid() публичный метод

Returns this uuid as string.
public uuid ( ) : string
Результат string uuid

version() публичный метод

Returns the version of this uuid.
public version ( ) : integer
Результат integer version of this uuid