Property | Type | Description | |
---|---|---|---|
$field | string | The field of the where binding. | |
$operator | string | The operator of the where binding. | |
$value | string | The value of the where binding. |
Method | Description | |
---|---|---|
__construct ( string $field, string $operator, string $value ) | Constructor. | |
getField ( ) : string | Returns the where bindings field. | |
getOperator ( ) : string | Returns the where bindings operator. | |
getValue ( ) : string | Returns the where bindings value. |
Method | Description | |
---|---|---|
validateOperator ( string $operator ) : string | Retrieves an operator from the available operators. |
public getOperator ( ) : string | ||
return | string |
protected validateOperator ( string $operator ) : string | ||
$operator | string | |
return | string |
protected string $operator | ||
return | string |