Interface Yiisoft\Data\Cycle\Reader\QueryBuilderFilterHandler
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getAsWhereArguments() | Yiisoft\ |
|
| getFilterClass() | Get matching filter class name. | Yiisoft\ |
Method Details
| public abstract array getAsWhereArguments ( \ | ||
| $filter | \ |
|
| $handlers | array | |
public function getAsWhereArguments(FilterInterface $filter, array $handlers): array;
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.