|
Ubiquity 2.5.2
php rapid development framework
|
Annotation JoinTable. More...
Inheritance diagram for JoinTable:Public Member Functions | |
| __construct (string $name, ?array $joinColumns=null, ?array $inverseJoinColumns=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 | $name |
| array | $joinColumns |
| array | $inverseJoinColumns |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAttribute | |
| getDefaultParameters () | |
Annotation JoinTable.
usages :
Definition at line 19 of file JoinTable.php.
| __construct | ( | string | $name, |
| ?array | $joinColumns = null, |
||
| ?array | $inverseJoinColumns = null |
||
| ) |
Definition at line 25 of file JoinTable.php.
| array $inverseJoinColumns |
Definition at line 23 of file JoinTable.php.
| array $joinColumns |
Definition at line 22 of file JoinTable.php.
| string $name |
Definition at line 21 of file JoinTable.php.