Pinq\Queries\Builders\Interpretations\IOperationInterpretation::interpretRemoveWhere PHP Метод

interpretRemoveWhere() публичный Метод

public interpretRemoveWhere ( $operationId, Pinq\Queries\Builders\Functions\IFunction $function )
$function Pinq\Queries\Builders\Functions\IFunction
    public function interpretRemoveWhere($operationId, IFunction $function);

Usage Example

Пример #1
0
 protected final function visitRemoveWhere(O\MethodCallExpression $expression)
 {
     $this->interpretation->interpretRemoveWhere($this->getId('remove-where'), $this->getFunctionAt($this->getId('remove-where-projection'), 0, $expression));
     $this->interpretSourceAsScope($expression);
 }