AttributeOverride
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
- $column : Column
- The column definition.
- $name : string
- The name of the property whose mapping is being overridden.
Methods
- __construct() : mixed
Properties
$column
The column definition.
public
Column
$column
Tags
$name
The name of the property whose mapping is being overridden.
public
string
$name
Tags
Methods
__construct()
public
__construct(string $name, Column $column) : mixed
Parameters
- $name : string
- $column : Column