Ubiquity 2.5.2
php rapid development framework
|
Annotation ManyToMany. More...
Public Member Functions | |
__construct (string $targetEntity, ?string $inversedBy=null, ?string $mappedBy=null, ?array $cascade=null) | |
Public Member Functions inherited from BaseAttribute | |
__construct () | |
asAnnotation () | |
getNamespace () | |
__toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
getProperties () | |
getPropertiesAndValues ($props=NULL) | |
isSameAs ($annot) | |
Data Fields | |
string | $targetEntity |
string | $inversedBy |
string | $mappedBy |
array | $cascade |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAttribute | |
getDefaultParameters () | |
Annotation ManyToMany.
usages :
Definition at line 20 of file ManyToMany.php.
__construct | ( | string | $targetEntity, |
?string | $inversedBy = null , |
||
?string | $mappedBy = null , |
||
?array | $cascade = null |
||
) |
Definition at line 27 of file ManyToMany.php.
array $cascade |
Definition at line 25 of file ManyToMany.php.
string $inversedBy |
Definition at line 23 of file ManyToMany.php.
string $mappedBy |
Definition at line 24 of file ManyToMany.php.
string $targetEntity |
Definition at line 22 of file ManyToMany.php.