mediatekformation

ManyToMany
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.
$indexBy  : string|null
$inversedBy  : string|null
$mappedBy  : string|null
$orphanRemoval  : bool
$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"})

$orphanRemoval

public bool $orphanRemoval = false

Methods

__construct()

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

Search results