Query\QueryBuilder::orNotLike
Generates a OR NOT LIKE clause
Signature
public function orNotLike(string
$field,
mixed
$val,
[string
$pos = 'both'] )
Parameters
$field
— string$val
— mixed$pos
— string
Returns
- QueryBuilder
Defined by Interface
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)