Method | Description | |
---|---|---|
columnSql ( $column, $platform ) : string | Gets the sql for defining the column | |
equals ( $value1, $value2 ) : boolean | Test if two unmarshalled values are equal | |
marshal ( $value ) : either | Convert from a PHP format to a database format | |
options ( ) : |
Gets the type options | |
unmarshal ( $value ) : mixed | Convert from the database format to a PHP format |
public marshal ( $value ) : either | ||
return | either | a scalar or a TypedValue |