composeColumnValue() protected method
Composes column value for SQL, taking in account the column type.
protected string composeColumnValue ( $indexes, $columnName, $value, &$params )$indexes
yii\sphinx\IndexSchema[]
List of indexes, which affected by query $columnName string
Name of the column $value mixed
Raw column value $params array
The binding parameters to be populated return string
SQL expression, which represents column value