mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 11:29:10 -04:00
ALPHA 3.0.2a
This commit is contained in:
3
vendor/ramsey/uuid/src/UuidInterface.php
vendored
3
vendor/ramsey/uuid/src/UuidInterface.php
vendored
@@ -123,6 +123,8 @@ interface UuidInterface extends \JsonSerializable, \Serializable
|
||||
*
|
||||
* @return \DateTime A PHP DateTime representation of the date
|
||||
* @throws UnsupportedOperationException If this UUID is not a version 1 UUID
|
||||
* @throws \Ramsey\Uuid\Exception\UnsatisfiedDependencyException if called in a 32-bit system and
|
||||
* `Moontoast\Math\BigNumber` is not present
|
||||
*/
|
||||
public function getDateTime();
|
||||
|
||||
@@ -131,6 +133,7 @@ interface UuidInterface extends \JsonSerializable, \Serializable
|
||||
* representation.
|
||||
*
|
||||
* @return mixed Converted representation of the unsigned 128-bit integer value
|
||||
* @throws \Ramsey\Uuid\Exception\UnsatisfiedDependencyException if `Moontoast\Math\BigNumber` is not present
|
||||
*/
|
||||
public function getInteger();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user