|
Ubiquity 2.5.2
php rapid development framework
|
Annotation Column. More...
Inheritance diagram for ColumnAnnotation:Public Member Functions | |
| initAnnotation (array $properties) | |
| Initialize the annotation. | |
Public Member Functions inherited from BaseAnnotation | |
| asAnnotation () | |
| __toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
| getProperties () | |
| getPropertiesAndValues ($props=NULL) | |
| isSameAs ($annot) | |
Data Fields | |
| $name | |
| $nullable = false | |
| $dbType | |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAnnotation | |
| getDefaultParameters () | |
Annotation Column.
usages :
Definition at line 15 of file ColumnAnnotation.php.
| initAnnotation | ( | array | $properties | ) |
Initialize the annotation.
Reimplemented from BaseAnnotation.
Definition at line 25 of file ColumnAnnotation.php.
| $dbType |
Definition at line 21 of file ColumnAnnotation.php.
| $name |
Definition at line 17 of file ColumnAnnotation.php.
| $nullable = false |
Definition at line 19 of file ColumnAnnotation.php.