mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Introduce Converter namespace and move Number and Time classes into it
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Rhumsaa\Uuid\Converter;
|
||||
|
||||
interface NumberConverterInterface
|
||||
{
|
||||
public function fromHex($hex);
|
||||
|
||||
public function toHex($integer);
|
||||
}
|
||||
Reference in New Issue
Block a user