1. Introduction
1.3. IBE stages
1.2. ORS search parameters
« Previous
2. Classes
Next »

1.3. IBE stages

There are different stages in IBE depending on content type. To get information what is a current stage call orsxml_api->getStageFromURL() function or one of the following functions that returns boolean value:

if ( $soapClient->orsxml_api_call( 'isStageRegions', $_GET ) ) echo 'this is REGIONS stage';
 
if ( $soapClient->orsxml_api_call( 'isStageOffers', $_GET ) ) echo 'this is OFFERS stage';
 
if ( $soapClient->orsxml_api_call( 'isStageTrips', $_GET ) ) echo 'this is TRIPS stage';
 
if ( $soapClient->orsxml_api_call( 'isStageBooking', $_GET ) ) echo 'this is BOOKING stage';
1.3. IBE stages
1. Introduction
« Previous
1.2. ORS search parameters
Next »
2. Classes