Автор: Elliot Levin (elliotlevin@hotmail.com)
Наследование: extends ExpressionInterpreter, implements Pinq\Queries\Builders\IQueryInterpreter
Пример #1
0
 public function __construct(IOperationInterpretation $interpretation, IScopeInterpreter $scopeInterpreter, O\IEvaluationContext $evaluationContext = null)
 {
     parent::__construct('operation', $scopeInterpreter, $evaluationContext);
     $this->interpretation = $interpretation;
 }