1 | <?php |
||
13 | class StringUuidType extends AbstractRegexType |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * Construct and setup the regular expression for this type |
||
18 | * |
||
19 | * @param \SwaggerGen\Swagger\AbstractObject $parent |
||
20 | * @param string $definition |
||
21 | */ |
||
22 | public function __construct(\SwaggerGen\Swagger\AbstractObject $parent, $definition) |
||
26 | |||
27 | } |
||
28 |