Interface Yiisoft\Data\Db\FilterHandler\QueryFilterHandlerInterface
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getCondition() | Yiisoft\ |
|
| getFilterClass() | Get matching filter class name. | Yiisoft\ |
Method Details
| public abstract \ | ||
| $filter | \ |
|
| $context | Yiisoft\ |
|
public function getCondition(FilterInterface $filter, Context $context): ConditionInterface;
Get matching filter class name.
If the filter is active, a corresponding handler will be used during matching.
| public abstract string getFilterClass ( ) | ||
| return | string |
The filter class name. |
|---|---|---|
public function getFilterClass(): string;
User Contributed Notes
Leave a comment
Join the conversation to share a note.