Introduce Converter namespace and move Number and Time classes into it

This commit is contained in:
Ben Ramsey
2014-11-08 14:43:09 -05:00
parent 61ba697853
commit cd2d09c356
16 changed files with 64 additions and 36 deletions
+4 -2
View File
@@ -2,6 +2,8 @@
namespace Rhumsaa\Uuid;
use Rhumsaa\Uuid\Converter\NumberConverterInterface;
interface UuidInterface
{
@@ -16,9 +18,9 @@ interface UuidInterface
public function equals($other);
/**
* @return BigNumberConverter
* @return NumberConverterInterface
*/
public function getConverter();
public function getNumberConverter();
/**
* @return string