Ubiquity 2.5.2
php rapid development framework
|
Annotation Column. More...
Public Member Functions | |
__construct (string $name, bool $nullable=false, string $dbType='') | |
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 |
bool | $nullable = false |
string | $dbType |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAttribute | |
getDefaultParameters () | |
Annotation Column.
usages :
Ubiquity\attributes\items$Column This class is part of Ubiquity
Definition at line 23 of file Column.php.
__construct | ( | string | $name, |
bool | $nullable = false , |
||
string | $dbType = '' |
||
) |
Definition at line 31 of file Column.php.
string $dbType |
Definition at line 29 of file Column.php.
string $name |
Definition at line 25 of file Column.php.
bool $nullable = false |
Definition at line 27 of file Column.php.