public function getStatus() { if ($this->hotelBooker != null) { return $this->hotelBooker->swGetStatus(); } return 'enterCredentials'; }