build() public method
Generates the MATCH expression from given yii\sphinx\MatchExpression object.
public string build ( $match ) | ||
---|---|---|
$match | yii\sphinx\MatchExpression |
The yii\sphinx\MatchExpression object from which the MATCH expression will be generated. |
return | string |
Generated MATCH expression. |
Please login to continue.