コード例 #1
0
ファイル: InstanceMethod.php プロジェクト: tomaszdurka/mocka
 public function equals(AbstractContext $context)
 {
     return $context instanceof InstanceMethod && $this->getInstance() === $context->getInstance() && $this->getMethodName() === $context->getMethodName();
 }