Пример #1
0
 /**
  * @return bool
  */
 public function hasSunkenShip()
 {
     return $this->occupied() && $this->ship->hasSunk();
 }