Exemplo n.º 1
0
 public function getStatus()
 {
     if ($this->hotelBooker != null) {
         return $this->hotelBooker->swGetStatus();
     }
     return 'enterCredentials';
 }