| 1 | <?php |
||
| 12 | class In extends AbstractTwoOperandsOperator |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Returns the symbol for this operator. |
||
| 16 | * |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | protected function getOperatorSymbol() |
||
| 23 | |||
| 24 | protected function getSql(array $parameters = array(), Connection $dbConnection = null, $indent = 0, $conditionsMode = self::CONDITION_APPLY) |
||
| 38 | } |
||
| 39 |