| Fully Qualified Name: | Laminas\Db\Sql\Predicate\In |
| Extends: | AbstractExpression |
| Implements: | PredicateInterface |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor | In |
| getExpressionData() | Return array of parts for where statement | In |
| getIdentifier() | Get identifier of comparison | In |
| getValueSet() | Gets set of values in IN comparison | In |
| setIdentifier() | Set identifier for comparison | In |
| setValueSet() | Set set of values for IN comparison | In |
Constructor
| Parameter Name | Type | Description |
|---|---|---|
| $identifier | null|string|array | |
| $valueSet | null|array|\Select |
Returns:
Return array of parts for where statement
Returns: array
Get identifier of comparison
Returns: null|string|array
Gets set of values in IN comparison
Returns: array|\Select
Set identifier for comparison
| Parameter Name | Type | Description |
|---|---|---|
| $identifier | string|array |
Returns: self Provides a fluent interface
Set set of values for IN comparison
| Parameter Name | Type | Description |
|---|---|---|
| $valueSet | array|\Select |
Returns: self Provides a fluent interface