X.commerce
PHP Manual

The Xcom class

(No version information available, might only be in SVN)

Introduction

Synopsis de la classe

Xcom {
/* Properties */
public $__debug ;
/* Méthodes */
public __construct ([ string $fabric_url [, string $fabric_token [, string $capability_token ]]] )
public object decode ( string $avro_msg , string $json_schema )
public string encode ( stdClass $data , string $avro_schema )
public string getDebugOutput ( void )
public string getLastResponse ( void )
public array getLastResponseInfo ( void )
public string getOnboardingURL ( string $capability_name , string $agreement_url )
public int send ( string $topic , mixed $data [, string $json_schema [, array $http_headers ]] )
public int sendAsync ( string $topic , mixed $data [, string $json_schema [, array $http_headers ]] )
}

Propriétés

__debug

Set this to a non-FALSE value to enable debug mode

Sommaire


X.commerce
PHP Manual