You are here

public static function PropertyTypeInterface::validate in Entity Construction Kit (ECK) 7.3

Validate.

7 methods override PropertyTypeInterface::validate()
BlobPropertyType::validate in ./eck.property_type.inc
Validate.
DateTimePropertyType::validate in ./eck.property_type.inc
Validate.
DecimalPropertyType::validate in ./eck.property_type.inc
Validate.
FixedSizeTextPropertyType::validate in ./eck.property_type.inc
Validate.
IntegerPropertyType::validate in ./eck.property_type.inc
Validate.

... See full list

File

./eck.property_type.inc, line 149
Property types.

Class

PropertyTypeInterface
Generic types supported by schema api 'varchar', 'char', 'int', 'serial', 'float', 'numeric', 'text', 'blob' or 'datetime'

Code

public static function validate($value);