Total Complexity | 1 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
23 | #[Attribute(Attribute::TARGET_PROPERTY)] |
||
24 | final class ExportAssociationField extends ExportField implements |
||
25 | AssociationFieldInterface |
||
26 | { |
||
27 | |||
28 | use AssociationFieldTrait; |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | * |
||
33 | * @param string|null $field Field name. |
||
34 | */ |
||
35 | public function __construct( |
||
44 |