Extract factory interface & add basic pecl impl

This commit is contained in:
Thibaud Fabre
2014-12-17 01:30:45 +01:00
parent ec8d7a739c
commit b8fe2e4a91
3 changed files with 96 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use Rhumsaa\Uuid\Converter\TimeConverterInterface;
use Rhumsaa\Uuid\Provider\NodeProviderInterface;
use Rhumsaa\Uuid\Provider\TimeProviderInterface;
class UuidFactory
class UuidFactory implements UuidFactoryInterface
{
/**