mediatekformation

ManyToOne
in package
implements Annotation

Tags
Annotation
NamedArgumentConstructor

()

Target

("PROPERTY")

Interfaces, Classes, Traits and Enums

Annotation

Table of Contents

$cascade  : array<string|int, string>|null
$fetch  : string
The fetching strategy to use for the association.
$inversedBy  : string|null
$targetEntity  : string|null
__construct()  : mixed

Properties

$cascade

public array<string|int, string>|null $cascade

$fetch

The fetching strategy to use for the association.

public string $fetch = 'LAZY'
Tags
Enum

({"LAZY", "EAGER", "EXTRA_LAZY"})

$targetEntity

public string|null $targetEntity

Methods

__construct()

public __construct([string|null $targetEntity = null ][, array<string|int, string>|null $cascade = null ][, string $fetch = 'LAZY' ][, string|null $inversedBy = null ]) : mixed
Parameters
$targetEntity : string|null = null
$cascade : array<string|int, string>|null = null
$fetch : string = 'LAZY'
$inversedBy : string|null = null
Return values
mixed

Search results