DiscriminatorColumn
in package
implements
MappingAttribute
FinalYes
Tags
Table of Contents
Interfaces
- MappingAttribute
- A marker interface for mapping attributes.
Properties
- $columnDefinition : string|null
- $enumType : BackedEnum>|null
- $length : int|null
- $name : string|null
- $options : array<string, mixed>
- $type : string|null
Methods
- __construct() : mixed
Properties
$columnDefinition
public
string|null
$columnDefinition
Tags
$enumType
public
BackedEnum>|null
$enumType
= null
Tags
$length
public
int|null
$length
Tags
$name
public
string|null
$name
Tags
$options
public
array<string, mixed>
$options
= []
Tags
$type
public
string|null
$type
Tags
Methods
__construct()
public
__construct([string|null $name = null ][, string|null $type = null ][, int|null $length = null ][, string|null $columnDefinition = null ][, BackedEnum>|null $enumType = null ][, array<string, mixed> $options = [] ]) : mixed
Parameters
- $name : string|null = null
- $type : string|null = null
- $length : int|null = null
- $columnDefinition : string|null = null
- $enumType : BackedEnum>|null = null
- $options : array<string, mixed> = []