Pinq\Analysis\IType::getMethod PHP Méthode

getMethod() public méthode

Gets the matched method of the supplied expression.
public getMethod ( MethodCallExpression $expression ) : Pinq\Analysis\IMethod
$expression Pinq\Expressions\MethodCallExpression
Résultat Pinq\Analysis\IMethod
    public function getMethod(O\MethodCallExpression $expression);

Usage Example

Exemple #1
0
 public function getMethod(O\MethodCallExpression $expression)
 {
     return $this->parentType->getMethod($expression);
 }