| 1 | <?php |
||
| 8 | class CombUuidGenerationDefinition extends UuidGenerationDefinition |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Creates the UuidGenerationConfigurator specific to the uuid generation implementation. |
||
| 12 | * |
||
| 13 | * @param Settings $settings |
||
| 14 | * |
||
| 15 | * @return CombUuidGenerationConfigurator |
||
| 16 | */ |
||
| 17 | 1 | public function createConfigurator(Settings $settings) |
|
| 21 | |||
| 22 | /** |
||
| 23 | * Provides a factory method for building a uuid generator |
||
| 24 | * |
||
| 25 | * @param Settings $settings |
||
| 26 | * |
||
| 27 | * @return callable |
||
| 28 | */ |
||
| 29 | 1 | public function formalize(Settings $settings) |
|
| 35 | } |
||
| 36 |