Methods summary
public
|
#
__construct( string $token )
Cruise constructor.
Sets the service name, response type and prepares
the api parameters.
Parameters
Overrides
|
public
object
|
#
search( array $parameters = [] )
Implementation of the Bookable contract's search method.
Implementation of the Bookable contract's search method.
Calls on the service API search.
Parameters
Returns
object
Implementation of
|
public
object
|
#
select( array $parameters = [] )
Implementation of the Bookable contract's select method.
Implementation of the Bookable contract's select method.
Calls on the service API cruise select.
Parameters
Returns
object
Implementation of
|
public
object
|
#
getComponents( array $parameters = [] )
Implementation of the Bookable contract's getComponents method.
Implementation of the Bookable contract's getComponents method.
Calls on the service API cruise getComponents.
Parameters
Returns
object
|
public
object
|
#
getAvailableCategories( array $parameters = [] )
Implementation of the Bookable contract's getAvailableCategories method.
Implementation of the Bookable contract's getAvailableCategories method.
Calls on the service API cruise getAvailableCategories.
Parameters
Returns
object
|
public
object
|
#
getCabins( array $parameters = [] )
Implementation of the Bookable contract's getCabins method.
Implementation of the Bookable contract's getCabins method.
Calls on the service API cruise getCabins.
Parameters
Returns
object
Implementation of
|
public
object
|
#
getQuote( array $parameters = [] )
Implementation of the Bookable contract's getQuote method.
Implementation of the Bookable contract's getQuote method.
Calls on the service API cruise getQuote.
Parameters
Returns
object
|
public
object
|
#
holdCabin( array $parameters = [] )
Implementation of the Bookable contract's holdCabin method.
Implementation of the Bookable contract's holdCabin method.
Calls on the service API cruise holdCabin.
Parameters
Returns
object
|
public
object
|
#
book( array $parameters = [] )
Implementation of the Bookable contract's book method.
Implementation of the Bookable contract's book method.
Calls on the service API cruise book.
Parameters
Returns
object
Implementation of
|