getObjectById($_GET['id'] ?? null); ?> isExistingObject()) : ?> getObjectListWithRawBySenderStationId($station->id, $rows, $offset); $count = PacketRepository::getInstance()->getNumberOfPacketsWithRawBySenderStationId($station->id); } else { $packets = PacketRepository::getInstance()->getObjectListWithRawByStationId($station->id, $rows, $offset); $count = PacketRepository::getInstance()->getNumberOfPacketsWithRawByStationId($station->id); } $pages = ceil($count / $rows); ?> <?php echo $station->name; ?> Raw Packets