Method | Description | |
---|---|---|
__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. |
public __construct ( string $uuid = null ) | ||
$uuid | string | A uuid string |
public __toString ( ) : string | ||
return | string | uuid |