Pinq\Queries\Builders\ExpressionInterpreter::getFunctionAt PHP Method

getFunctionAt() final protected method

final protected getFunctionAt ( $name, $index, MethodCallExpression $expression )
$expression Pinq\Expressions\MethodCallExpression
    protected final function getFunctionAt($name, $index, O\MethodCallExpression $expression)
    {
        return $this->getFunction("{$name}-{$index}", $this->getArgumentAt($index, $expression));
    }