Sunspikes\Amadeus\Client::__construct PHP Méthode

__construct() public méthode

public __construct ( string $wsdl, boolean $debug = false )
$wsdl string Path to the WSDL file
$debug boolean Enable/disable debug mode
    public function __construct($wsdl, $debug = false)
    {
        $this->client = new AmadeusSoapClient($wsdl, array('trace' => $debug));
    }