Pinq\Queries\Builders\QueryInterpreter::interpretSourceAsScope PHP Method

interpretSourceAsScope() final protected method

final protected interpretSourceAsScope ( TraversalExpression $expression )
$expression Pinq\Expressions\TraversalExpression
    protected final function interpretSourceAsScope(O\TraversalExpression $expression)
    {
        $this->scopeInterpreter->interpretScope($expression->getValue());
    }