1 | <?php |
||
11 | class Simple extends FieldAnonymizerVisitor |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | public function accept(EzInfoCollectionAttribute $ezInfoCollectionAttribute, ContentType $contentType): bool |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function visit(EzInfoCollectionAttribute $ezInfoCollectionAttribute, ContentType $contentType): string |
||
28 | } |
||
29 |