parseParams() protected method
Returns the actual MATCH expression by inserting parameter values into the corresponding placeholders.
protected string parseParams ( $expression, $params ) | ||
---|---|---|
$expression | string |
The expression string which is needed to prepare. |
$params | array |
The binding parameters for inserting. |
return | string |
Parsed expression. |
Please login to continue.