buildColumn() public method
Builds a Lua script for finding a column
| public string buildColumn ( $query, $column ) | ||
|---|---|---|
| $query | yii\redis\ActiveQuery | 
 The query used to build the script  |  
| $column | string | 
 Name of the column  |  
buildColumn() public method
Builds a Lua script for finding a column
| public string buildColumn ( $query, $column ) | ||
|---|---|---|
| $query | yii\redis\ActiveQuery | 
 The query used to build the script  |  
| $column | string | 
 Name of the column  |  
Please login to continue.