__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;
 }