| 1 | <?php |
||
| 13 | class Simple extends FieldAnonymizerVisitor |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public function accept(Attribute $attribute, ContentType $contentType): bool |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function visit(Attribute $attribute, ContentType $contentType): AttributeValue |
||
| 30 | } |
||
| 31 |