AttributeOverrides
in package
implements
MappingAttribute
FinalYes
This attribute is used to override the mapping of a entity property.
Tags
Table of Contents
Interfaces
- MappingAttribute
- A marker interface for mapping attributes.
Properties
- $overrides : array<int, AttributeOverride>
- One or more field or property mapping overrides.
Methods
- __construct() : mixed
Properties
$overrides
One or more field or property mapping overrides.
public
array<int, AttributeOverride>
$overrides
= []
Tags
Methods
__construct()
public
__construct(array<string|int, AttributeOverride>|AttributeOverride $overrides) : mixed
Parameters
- $overrides : array<string|int, AttributeOverride>|AttributeOverride