DiscriminatorColumn
in package
implements
Annotation
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $columnDefinition : string
- $fieldName : mixed
- Field name used in non-object hydration (array/scalar).
- $length : int
- $name : string
- $type : string
- __construct() : mixed
Properties
$columnDefinition
public
string
$columnDefinition
$fieldName
Field name used in non-object hydration (array/scalar).
public
mixed
$fieldName
$length
public
int
$length
$name
public
string
$name
$type
public
string
$type
Methods
__construct()
public
__construct([string|null $name = null ][, string|null $type = null ][, int|null $length = null ][, string|null $columnDefinition = null ]) : mixed
Parameters
- $name : string|null = null
- $type : string|null = null
- $length : int|null = null
- $columnDefinition : string|null = null