getColumn() public method
Gets the named column metadata.
This is a convenient method for retrieving a named column even if it does not exist.
public yii\sphinx\ColumnSchema getColumn ( $name ) | ||
---|---|---|
$name | string |
Column name |
return | yii\sphinx\ColumnSchema |
Metadata of the named column. Null if the named column does not exist. |
Please login to continue.