Overview

Classes

  • orsxml_api
  • orsxml_charter_api
  • orsxml_core
  • orsxml_hotel_api
  • orsxml_oneway_api
  • orsxml_pauschal_api
  • orsxml_soap
  • orsxml_trips_api

Interfaces

  • orsxml_api_interface
  • Overview
  • Class
  • Tree

Class orsxml_soap

This is SoapServer service for calling orsxml_api methods.

Author: Gregor Flajs , gregor.flajs@ors.si
Example: (use this to get a list of regions for hotel content type): orsxml_soap::orsxml_hotel_api_call( 'regions' , $_GET, $header );
Located at orsxml.soap.class.php
Methods summary
public
# __construct( )
public
# init( )

For internal use! Initialization.

For internal use! Initialization.

public
# run_method( object $obj, mixed $function, string $args )

For internal use! Running class methods.

For internal use! Running class methods.

Parameters

$obj
object
$obj , orsxml object
$function
mixed
$function , object method to be called
$args
string
$vars , variables to pass to method
public
# orsxml_api_call( string $function, mixed $vars )

Call for orsxml_api methods

Call for orsxml_api methods

Parameters

$function
string
$function , orsxml_api method to be called
$vars
mixed
$vars , variables to pass to method
public
# orsxml_hotel_api_call( string $function, mixed $vars )

Call for orsxml__hotel_api methods

Call for orsxml__hotel_api methods

Parameters

$function
string
$function , orsxml_hotel_api method to be called
$vars
mixed
$vars , variables to pass to method
public
# orsxml_pauschal_api_call( string $function, mixed $vars )

Call for orsxml_pauschal_api methods

Call for orsxml_pauschal_api methods

Parameters

$function
string
$function , orsxml_pauschal_api method to be called
$vars
mixed
$vars , variables to pass to method
public
# orsxml_charter_api_call( string $function, mixed $vars )

Call for orsxml_charter_api methods

Call for orsxml_charter_api methods

Parameters

$function
string
$function , orsxml_pauschal_api method to be called
$vars
mixed
$vars , variables to pass to method
public
# orsxml_oneway_api_call( string $function, mixed $vars )

Call for orsxml_oneway_api methods

Call for orsxml_oneway_api methods

Parameters

$function
string
$function , orsxml_pauschal_api method to be called
$vars
mixed
$vars , variables to pass to method
public
# orsxml_trips_api_call( string $function, mixed $vars )

Call for orsxml_trips_api methods

Call for orsxml_trips_api methods

Parameters

$function
string
$function , orsxml_trips_api method to be called
$vars
mixed
$vars , variables to pass to method
Properties summary
public mixed $orsxml_hotel_api_obj
#
public mixed $orsxml_pauschal_api_call
#
public mixed $orsxml_charter_api_call
#
public mixed $orsxml_oneway_api_call
#
public mixed $orsxml_trips_api_call
#
API documentation generated by ApiGen 2.8.0