
Public Member Functions | |
| toSetter (MetaClass $class, MetaClassProperty $property, MetaClassProperty $holder=null) | |
| toColumnType ($length=null) | |
Definition at line 16 of file FixedLengthStringType.class.php.
| FixedLengthStringType::toSetter | ( | MetaClass $ | class, | |
| MetaClassProperty $ | property, | |||
| MetaClassProperty $ | holder = null | |||
| ) |
{$class->getName()}
Reimplemented from BasePropertyType.
Definition at line 18 of file FixedLengthStringType.class.php.
References EOT, MetaClassProperty::getName(), MetaClassProperty::getSize(), and Assert::isTrue().

| FixedLengthStringType::toColumnType | ( | $ | length = null |
) |
Reimplemented from StringType.
Definition at line 71 of file FixedLengthStringType.class.php.
References DataType::CHAR, and DataType::create().

1.5.4