|
Ubiquity 2.5.2
php rapid development framework
|
Annotation OneToMany. More...
Inheritance diagram for OneToMany:Public Member Functions | |
| __construct (string $mappedBy, string $className, ?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 | $mappedBy |
| string | $className |
| array | $cascade |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAttribute | |
| getDefaultParameters () | |
Annotation OneToMany.
usage :
Definition at line 18 of file OneToMany.php.
| __construct | ( | string | $mappedBy, |
| string | $className, | ||
| ?array | $cascade = null |
||
| ) |
Definition at line 24 of file OneToMany.php.
| array $cascade |
Definition at line 22 of file OneToMany.php.
| string $className |
Definition at line 21 of file OneToMany.php.
| string $mappedBy |
Definition at line 20 of file OneToMany.php.