Uuid
in package
implements
UuidExtension
FinalYes
Tags
Table of Contents
Interfaces
- UuidExtension
- An extension is the only way to add new functionality to Faker.
Properties
Methods
- __construct() : mixed
- uuid3() : string
- Generate name based md5 UUID (version 3).
Properties
$numberExtension
private
NumberExtension
$numberExtension
Methods
__construct()
public
__construct([NumberExtension $numberExtension = null ]) : mixed
Parameters
- $numberExtension : NumberExtension = null
uuid3()
Generate name based md5 UUID (version 3).
public
uuid3() : string