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

getMethodName() final protected method

final protected getMethodName ( MethodCallExpression $methodExpression )
$methodExpression Pinq\Expressions\MethodCallExpression
    protected final function getMethodName(O\MethodCallExpression $methodExpression)
    {
        return $this->getValue($methodExpression->getName());
    }