Pinq\Queries\Builders\OperationQueryInterpreter::interpretSingleValueSource PHP Метод

interpretSingleValueSource() закрытый защищенный Метод

final protected interpretSingleValueSource ( $sourceId, $value )
    protected final function interpretSingleValueSource($sourceId, $value)
    {
        $sourceInterpretation = $this->scopeInterpreter->buildSourceInterpreter('')->getInterpretation();
        $sourceInterpretation->interpretSingleValue($sourceId, $value);
        return $sourceInterpretation;
    }