PHP Class Pinq\Queries\Builders\QueryInterpreter

Author: Elliot Levin ([email protected])
Inheritance: extends ExpressionInterpreter, implements Pinq\Queries\Builders\IQueryInterpreter
Show file Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Property Type Description
$scopeInterpreter Pinq\Queries\Builders\IScopeInterpreter

Public Methods

Method Description
__construct ( $idPrefix, Pinq\Queries\Builders\IScopeInterpreter $scopeInterpreter, Pinq\Expressions\IEvaluationContext $evaluationContext = null )
getScopeInterpreter ( )

Protected Methods

Method Description
interpretSourceAsScope ( TraversalExpression $expression )

Method Details

__construct() public method

public __construct ( $idPrefix, Pinq\Queries\Builders\IScopeInterpreter $scopeInterpreter, Pinq\Expressions\IEvaluationContext $evaluationContext = null )
$scopeInterpreter Pinq\Queries\Builders\IScopeInterpreter
$evaluationContext Pinq\Expressions\IEvaluationContext

getScopeInterpreter() public method

public getScopeInterpreter ( )

interpretSourceAsScope() final protected method

final protected interpretSourceAsScope ( TraversalExpression $expression )
$expression Pinq\Expressions\TraversalExpression

Property Details

$scopeInterpreter protected property

protected IScopeInterpreter,Pinq\Queries\Builders $scopeInterpreter
return Pinq\Queries\Builders\IScopeInterpreter