busName = $busName; } /** * @return string|null */ public function getBusName(): ?string { return $this->busName; } /** * @param BusStation|BusStop|null $arrivalBusStop */ public function setArrivalBusStop($arrivalBusStop): void { $this->arrivalBusStop = $arrivalBusStop; } /** * @return BusStation|BusStop|null */ public function getArrivalBusStop() { return $this->arrivalBusStop; } /** * @param string|null $busNumber */ public function setBusNumber(?string $busNumber): void { $this->busNumber = $busNumber; } /** * @return string|null */ public function getBusNumber(): ?string { return $this->busNumber; } /** * @param BusStop|BusStation|null $departureBusStop */ public function setDepartureBusStop($departureBusStop): void { $this->departureBusStop = $departureBusStop; } /** * @return BusStop|BusStation|null */ public function getDepartureBusStop() { return $this->departureBusStop; } public function jsonSerialize() { return (object) array_merge((array) parent::jsonSerialize(), array_filter(array('busName' => $this->busName, 'arrivalBusStop' => $this->arrivalBusStop, 'busNumber' => $this->busNumber, 'departureBusStop' => $this->departureBusStop), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----E8M+K2sWZEZighK437XVyPI+xe5EgEt56rFx6WQ9cCML+KoNUtehp9sg4q7XOrNdCTr+XJ9zCWi7+ZT8ENmzBVeiQFGhx2Dky/uUEd3oXYvNMCRq/BCofCjQ0YZtg2RkeoZKlUbR8yNzvx9gZlkke64R4F6OoVqu6/jg7WiH5u8n9xOz6FDajSmw6wfKsDC6eEQG81f5znHCMjIo599vfp5NL8uLbdvDDbudEPoTmk9d9Roz5frekabFZlz/cITmoYER8P5g8hgL7TlU1EubT7GSbQBa6s9I7qOSwuVPts9xqahte6S+TU8bcT57o7z8XcjOwRhKMJgjZFnlMH+C3ZQwqz8wkR47DTQ2Qa05G1OVNhNNqXvc4YYhhPW6IgqhNpFWJOYmTQDmYhGiHNsH35F0GCOIkAVY6n3J7GUhVnX/6G0DTl/ErAS7kxSfzwzP3pYKl0tYlLt/9+hPidsHW39GOa4T0VltLDUzoh0YrygEypqqKPBm518z5RVGOOHqB7kFsMu7qHd624eONnIbDCKSxUl5Pdml767bC8krlB3PUpoDxBf0DP+2X0t8QOrkanH1U+WcPNdLGBONRcvnOdVeOzQjIMImd3CTCdYWYMjdWcb9kpuuPhkR21fHRG97pDIXwuQCsv0YG+LY/v4X4GOmb8h6DafV8LlglSUNCDE=----ATTACHMENT:----MzQ5NTEyNDk5Mjg5NTQ1NSA4NDg5NDk4MDExMzY2NDQ5IDE3MTk5MDU2MjI4NzEzMTg=