You are here

interface PropertyTypeInterface in Entity Construction Kit (ECK) 7.3

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

Hierarchy

Expanded class hierarchy of PropertyTypeInterface

All classes that implement PropertyTypeInterface

File

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

View source
interface PropertyTypeInterface {

  /**
   * Schema.
   */
  public static function schema();

  /**
   * Validate.
   */
  public static function validate($value);

}

Members

Namesort descending Modifiers Type Description Overrides
PropertyTypeInterface::schema public static function Schema. 7
PropertyTypeInterface::validate public static function Validate. 7