InverseJoinColumn
in package
implements
Annotation
Interfaces, Classes, Traits and Enums
Table of Contents
- $columnDefinition : string|null
- $fieldName : string|null
- Field name used in non-object hydration (array/scalar).
- $name : string|null
- $nullable : bool
- $onDelete : mixed
- $referencedColumnName : string
- $unique : bool
- __construct() : mixed
Properties
$columnDefinition
public
string|null
$columnDefinition
$fieldName
Field name used in non-object hydration (array/scalar).
public
string|null
$fieldName
$name
public
string|null
$name
$nullable
public
bool
$nullable
= true
$onDelete
public
mixed
$onDelete
$referencedColumnName
public
string
$referencedColumnName
= 'id'
$unique
public
bool
$unique
= false
Methods
__construct()
public
__construct([string|null $name = null ][, string $referencedColumnName = 'id' ][, bool $unique = false ][, bool $nullable = true ][, mixed $onDelete = null ][, string|null $columnDefinition = null ][, string|null $fieldName = null ]) : mixed
Parameters
- $name : string|null = null
- $referencedColumnName : string = 'id'
- $unique : bool = false
- $nullable : bool = true
- $onDelete : mixed = null
- $columnDefinition : string|null = null
- $fieldName : string|null = null