Doctrine


Doctrine\ORM\Mapping\ManyToOne
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 84

Class ManyToOne

Class:ManyToOne - Superclass: Annotation
Annotation
⌊ ManyToOne

public final class ManyToOne
extends Annotation

Annotations class

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision: 3938 $
Author:
Guilherme Blanco
Jonathan Wage
Roman Borschel

Field Summary
mixed

$cascade

mixed

$fetch

mixed

$inversedBy

mixed

$targetEntity

Fields inherited from Doctrine\Common\Annotations\Annotation
value

Field Detail

/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 86

cascade

public mixed $cascade

/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 87

fetch

public mixed $fetch = 'LAZY'

/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 88

inversedBy

public mixed $inversedBy

/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 85

targetEntity

public mixed $targetEntity

Doctrine