X.commerce
PHP Manual

The Xcom class

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

Wstęp

Krótki opis klasy

Xcom {
/* Properties */
public $__debug ;
/* Metody */
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 ]] )
}

Właściwości

__debug

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

Spis treści


X.commerce
PHP Manual