Public Member Functions | |
getPrimitiveName () | |
setDefault ($default) | |
getDeclaration () | |
isMeasurable () | |
toColumnType ($length=null) |
Definition at line 15 of file StringType.class.php.
StringType::getDeclaration | ( | ) |
Reimplemented from BasePropertyType.
Definition at line 38 of file StringType.class.php.
References BasePropertyType::hasDefault().
StringType::getPrimitiveName | ( | ) |
Reimplemented from BasePropertyType.
Definition at line 17 of file StringType.class.php.
StringType::isMeasurable | ( | ) |
Reimplemented from BasePropertyType.
Definition at line 46 of file StringType.class.php.
StringType::setDefault | ( | $ | default | ) |
WrongArgumentException |
Reimplemented from BasePropertyType.
Definition at line 26 of file StringType.class.php.
References BasePropertyType::$default, and Assert::isString().
StringType::toColumnType | ( | $ | length = null |
) |
Reimplemented in FixedLengthStringType.
Definition at line 51 of file StringType.class.php.