Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
ManyToManyAnnotation Class Reference

Annotation ManyToMany. More...

+ Inheritance diagram for ManyToManyAnnotation:

Data Fields

 $targetEntity
 
 $inversedBy
 
 $mappedBy
 
 $cascade
 

Additional Inherited Members

- Public Member Functions inherited from BaseAnnotation
 initAnnotation (array $properties)
 
 asAnnotation ()
 
 __toString ()
 
- Public Member Functions inherited from BaseAnnotationTrait
 getProperties ()
 
 getPropertiesAndValues ($props=NULL)
 
 isSameAs ($annot)
 
- Protected Member Functions inherited from BaseAnnotation
 getDefaultParameters ()
 

Detailed Description

Annotation ManyToMany.

usages :

  • manyToMany("targetEntity"=>"classname")
  • manyToMany("targetEntity"=>"classname","inversedBy"=>"memberName")
  • manyToMany("targetEntity"=>"classname","inversedBy"=>"memberName","mappedBy"=>"memberName")
Author
jc
Version
1.0.3

Definition at line 15 of file ManyToManyAnnotation.php.

Field Documentation

◆ $cascade

$cascade

Definition at line 19 of file ManyToManyAnnotation.php.

◆ $inversedBy

$inversedBy

Definition at line 17 of file ManyToManyAnnotation.php.

◆ $mappedBy

$mappedBy

Definition at line 18 of file ManyToManyAnnotation.php.

◆ $targetEntity

$targetEntity

Definition at line 16 of file ManyToManyAnnotation.php.


The documentation for this class was generated from the following file: