mediatekformation

InverseJoinColumn
in package
implements Annotation

Interfaces, Classes, Traits and Enums

Annotation

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

$fieldName

Field name used in non-object hydration (array/scalar).

public string|null $fieldName

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
Return values
mixed

Search results