Final Class Yiisoft\Data\Db\FilterHandler\Context
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| handleFilter() | Yiisoft\ |
|
| mapField() | Yiisoft\ |
Method Details
| public mixed __construct ( Yiisoft\ | ||
| $filterHandler | Yiisoft\ |
|
| $fieldMapper | Yiisoft\ |
|
public function __construct(
private readonly FilterHandler $filterHandler,
private readonly FieldMapperInterface $fieldMapper,
) {}
| public \ | ||
| $filter | \ |
|
public function handleFilter(FilterInterface $filter): ConditionInterface
{
return $this->filterHandler->handle($filter);
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.