Pinq\Expressions\MethodCallExpression::getName PHP Method

getName() public method

public getName ( ) : Expression
return Expression
    public function getName()
    {
        return $this->name;
    }

Usage Example

Example #1
0
 protected final function getMethodName(O\MethodCallExpression $methodExpression)
 {
     return $this->getValue($methodExpression->getName());
 }
All Usage Examples Of Pinq\Expressions\MethodCallExpression::getName