Refactor factory functions

Remove $littleEndian parameter
Add fromGuidString/Bytes factory methods for GUIDs
No longer possible to output GUIDs as UUIDs and vice-versa
Pass tests
This commit is contained in:
Thibaud Fabre
2014-10-30 10:16:22 +01:00
parent 13b3bf7ed9
commit 723ef345bf
6 changed files with 47 additions and 30 deletions
+2
View File
@@ -9,6 +9,8 @@ interface UuidInterface
public function equals($other);
public function getHex();
public function getFieldsHex();
public function getClockSeqHiAndReservedHex();