Пример #1
0
 /**
  * @param CallForPapers $other
  *
  * @return bool
  */
 private function dateSame(CallForPapers $other)
 {
     return $this->getCloseDate() == $other->getCloseDate();
 }