Pinq\Queries\Builders\ExpressionInterpreter::getMethodName PHP 메소드

getMethodName() 최종 보호된 메소드

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