1C-Bitrix 25.700.0
|
Открытые члены | |
__construct () | |
getServiceUrl (string $type=self::SERVICE_TYPE_APP) | |
call ($method, $fields=array()) | |
getDictionary (string $dictionary) | |
batch ($actions) |
Открытые статические члены | |
static | instance () |
Поля данных | |
const | SERVICE_URL = REST_MARKETPLACE_URL |
const | SERVICE_TYPE_APP = 'APP' |
const | SERVICE_TYPE_COUPON = 'COUPON' |
const | SOCKET_TIMEOUT = 10 |
const | STREAM_TIMEOUT = 10 |
const | METHOD_GET_LAST = 'get_last' |
const | METHOD_GET_DEV = 'get_dev' |
const | METHOD_GET_BEST = 'get_best' |
const | METHOD_GET_SALE_OUT = 'get_sale_out' |
const | METHOD_GET_BUY = 'get_buy' |
const | METHOD_GET_UPDATES = 'get_updates' |
const | METHOD_GET_IMMUNE = 'get_immune' |
const | METHOD_GET_CATEGORIES = 'get_categories' |
const | METHOD_GET_CATEGORY = 'get_category' |
const | METHOD_GET_TAG = 'get_tag' |
const | METHOD_GET_APP = 'get_app' |
const | METHOD_GET_APP_PUBLIC = 'get_app_public' |
const | METHOD_GET_INSTALL = 'get_app_install' |
const | METHOD_SET_INSTALL = 'is_installed' |
const | METHOD_SEARCH_APP = 'search_app' |
const | METHOD_FILTER_APP = 'search_app_adv' |
const | METHOD_GET_SITE_LIST = 'sites_list' |
const | METHOD_GET_SITE_ITEM = 'sites_item' |
const | DICTIONARY_IMMUNE_LIST = 'immune_list' |
Защищенные члены | |
prepareQuery ($method, $fields) | |
prepareAnswer ($response) |
Защищенные данные | |
const | VERSION = 1 |
string | $serviceDomain = '' |
Статические защищенные данные | |
static | $instance = null |
См. определение в файле transport.php строка 18
__construct | ( | ) |
См. определение в файле transport.php строка 98
batch | ( | $actions | ) |
См. определение в файле transport.php строка 159
call | ( | $method, | |
$fields = array() ) |
См. определение в файле transport.php строка 127
getDictionary | ( | string | $dictionary | ) |
См. определение в файле transport.php строка 141
getServiceUrl | ( | string | $type = self::SERVICE_TYPE_APP | ) |
Returns service url.
string | $type |
См. определение в файле transport.php строка 117
|
static |
Resturns class instance.
См. определение в файле transport.php строка 87
|
protected |
См. определение в файле transport.php строка 213
|
protected |
См. определение в файле transport.php строка 180
|
staticprotected |
См. определение в файле transport.php строка 80
|
protected |
См. определение в файле transport.php строка 25
const DICTIONARY_IMMUNE_LIST = 'immune_list' |
См. определение в файле transport.php строка 74
const METHOD_FILTER_APP = 'search_app_adv' |
См. определение в файле transport.php строка 70
const METHOD_GET_APP = 'get_app' |
См. определение в файле transport.php строка 65
const METHOD_GET_APP_PUBLIC = 'get_app_public' |
См. определение в файле transport.php строка 66
const METHOD_GET_BEST = 'get_best' |
См. определение в файле transport.php строка 53
const METHOD_GET_BUY = 'get_buy' |
См. определение в файле transport.php строка 55
const METHOD_GET_CATEGORIES = 'get_categories' |
См. определение в файле transport.php строка 62
const METHOD_GET_CATEGORY = 'get_category' |
См. определение в файле transport.php строка 63
const METHOD_GET_DEV = 'get_dev' |
См. определение в файле transport.php строка 52
const METHOD_GET_IMMUNE = 'get_immune' |
См. определение в файле transport.php строка 61
const METHOD_GET_INSTALL = 'get_app_install' |
См. определение в файле transport.php строка 67
const METHOD_GET_LAST = 'get_last' |
См. определение в файле transport.php строка 51
const METHOD_GET_SALE_OUT = 'get_sale_out' |
См. определение в файле transport.php строка 54
const METHOD_GET_SITE_ITEM = 'sites_item' |
См. определение в файле transport.php строка 72
const METHOD_GET_SITE_LIST = 'sites_list' |
См. определение в файле transport.php строка 71
const METHOD_GET_TAG = 'get_tag' |
См. определение в файле transport.php строка 64
const METHOD_GET_UPDATES = 'get_updates' |
См. определение в файле transport.php строка 56
const METHOD_SEARCH_APP = 'search_app' |
См. определение в файле transport.php строка 69
const METHOD_SET_INSTALL = 'is_installed' |
См. определение в файле transport.php строка 68
const SERVICE_TYPE_APP = 'APP' |
См. определение в файле transport.php строка 41
const SERVICE_TYPE_COUPON = 'COUPON' |
См. определение в файле transport.php строка 42
const SERVICE_URL = REST_MARKETPLACE_URL |
См. определение в файле transport.php строка 21
const SOCKET_TIMEOUT = 10 |
См. определение в файле transport.php строка 48
const STREAM_TIMEOUT = 10 |
См. определение в файле transport.php строка 49
|
protected |
См. определение в файле transport.php строка 22