Query\QueryBuilderInterface::orNotLike
Generates a OR NOT LIKE clause
Signature
public function orNotLike(string
$field,
mixed
$values,
[string
$pos = 'both'] )
Parameters
$field
— string$values
— mixed$pos
— string
Returns
- QueryBuilderInterface