Final Class Yiisoft\Data\Reader\Filter\EqualsNull
| Inheritance | Yiisoft\Data\Reader\Filter\EqualsNull |
|---|---|
| Implements | Yiisoft\Data\Reader\FilterInterface |
EqualsNull filter defines a criteria for ensuring field value is null.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $field | string | Yiisoft\Data\Reader\Filter\EqualsNull |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Data\Reader\Filter\EqualsNull |
Property Details
Method Details
| public mixed __construct ( string $field ) | ||
| $field | string |
Name of the field to check. |
public function __construct(
public readonly string $field,
) {}
Signup or Login in order to comment.