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

public __construct ( $idPrefix, Pinq\Queries\Builders\IScopeInterpreter $scopeInterpreter, Pinq\Expressions\IEvaluationContext $evaluationContext = null )
$scopeInterpreter Pinq\Queries\Builders\IScopeInterpreter
$evaluationContext Pinq\Expressions\IEvaluationContext
Пример #1
0
 public function __construct(IOperationInterpretation $interpretation, IScopeInterpreter $scopeInterpreter, O\IEvaluationContext $evaluationContext = null)
 {
     parent::__construct('operation', $scopeInterpreter, $evaluationContext);
     $this->interpretation = $interpretation;
 }