Exemplo n.º 1
0
 public function equals(AbstractContext $context)
 {
     return $context instanceof InstanceMethod && $this->getInstance() === $context->getInstance() && $this->getMethodName() === $context->getMethodName();
 }