Пример #1
0
 public function equals(NotificationSub $other)
 {
     return $other->getNotificationType()->getId() == $this->getNotificationType()->getId() && $other->getUser()->getId() == $this->getUser()->getId();
 }