Pinq\Analysis\IType::getMethod PHP Метод

getMethod() публичный Метод

Gets the matched method of the supplied expression.
public getMethod ( MethodCallExpression $expression ) : Pinq\Analysis\IMethod
$expression Pinq\Expressions\MethodCallExpression
Результат Pinq\Analysis\IMethod
    public function getMethod(O\MethodCallExpression $expression);

Usage Example

Пример #1
0
 public function getMethod(O\MethodCallExpression $expression)
 {
     return $this->parentType->getMethod($expression);
 }