Documentation

DiscriminatorColumn
in package
implements MappingAttribute

FinalYes
Tags
Annotation
NamedArgumentConstructor

()

Target

("CLASS")

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

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> = []

        
On this page

Search results