Final Class Yiisoft\Data\Db\Filter\EqualsExpression
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $expression | \ |
Yiisoft\ |
|
| $field | string | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
Property Details
Method Details
| public mixed __construct ( string $field, \ | ||
| $field | string | |
| $expression | \ |
|
public function __construct(
public readonly string $field,
public readonly ExpressionInterface $expression,
) {}
User Contributed Notes
Leave a comment
Join the conversation to share a note.