Открытые члены | |
__construct () | |
getServiceUrl (string $type=self::SERVICE_TYPE_APP) | |
call ($method, $fields=array()) | |
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 | METHOD_GET_COLLECTIONS = 'get_collections' |
const | METHOD_GET_FULL_COLLECTION = 'get_full_collection' |
const | METHOD_GET_SLIDER = 'get_slider' |
const | METHOD_GET_CATEGORIES_V2 = 'get_categories_v2' |
const | METHOD_MARKET_APP = 'market_app' |
const | METHOD_TOTAL_APPS = 'total_apps' |
const | METHOD_GET_REVIEWS = 'get_reviews' |
const | METHOD_ADD_REVIEW = 'add_review' |
Защищенные члены | |
prepareQuery ($method, $fields) | |
prepareAnswer ($response) | |
Защищенные данные | |
const | VERSION = 1 |
string | $serviceDomain = '' |
Статические защищенные данные | |
static | $instance = null |
См. определение в файле transport.php строка 18
__construct | ( | ) |
См. определение в файле transport.php строка 88
batch | ( | $actions | ) |
См. определение в файле transport.php строка 131
call | ( | $method, | |
$fields = array() ) |
См. определение в файле transport.php строка 117
getServiceUrl | ( | string | $type = self::SERVICE_TYPE_APP | ) |
Returns service url.
string | $type |
См. определение в файле transport.php строка 107
|
static |
Resturns class instance.
См. определение в файле transport.php строка 77
|
protected |
См. определение в файле transport.php строка 183
|
protected |
См. определение в файле transport.php строка 152
|
staticprotected |
См. определение в файле transport.php строка 70
|
protected |
См. определение в файле transport.php строка 24
const METHOD_ADD_REVIEW = 'add_review' |
См. определение в файле transport.php строка 68
const METHOD_FILTER_APP = 'search_app_adv' |
См. определение в файле transport.php строка 58
const METHOD_GET_APP = 'get_app' |
См. определение в файле transport.php строка 53
const METHOD_GET_APP_PUBLIC = 'get_app_public' |
См. определение в файле transport.php строка 54
const METHOD_GET_BEST = 'get_best' |
См. определение в файле transport.php строка 45
const METHOD_GET_BUY = 'get_buy' |
См. определение в файле transport.php строка 47
const METHOD_GET_CATEGORIES = 'get_categories' |
См. определение в файле transport.php строка 50
const METHOD_GET_CATEGORIES_V2 = 'get_categories_v2' |
См. определение в файле transport.php строка 64
const METHOD_GET_CATEGORY = 'get_category' |
См. определение в файле transport.php строка 51
const METHOD_GET_COLLECTIONS = 'get_collections' |
См. определение в файле transport.php строка 61
const METHOD_GET_DEV = 'get_dev' |
См. определение в файле transport.php строка 44
const METHOD_GET_FULL_COLLECTION = 'get_full_collection' |
См. определение в файле transport.php строка 62
const METHOD_GET_IMMUNE = 'get_immune' |
См. определение в файле transport.php строка 49
const METHOD_GET_INSTALL = 'get_app_install' |
См. определение в файле transport.php строка 55
const METHOD_GET_LAST = 'get_last' |
См. определение в файле transport.php строка 43
const METHOD_GET_REVIEWS = 'get_reviews' |
См. определение в файле transport.php строка 67
const METHOD_GET_SALE_OUT = 'get_sale_out' |
См. определение в файле transport.php строка 46
const METHOD_GET_SITE_ITEM = 'sites_item' |
См. определение в файле transport.php строка 60
const METHOD_GET_SITE_LIST = 'sites_list' |
См. определение в файле transport.php строка 59
const METHOD_GET_SLIDER = 'get_slider' |
См. определение в файле transport.php строка 63
const METHOD_GET_TAG = 'get_tag' |
См. определение в файле transport.php строка 52
const METHOD_GET_UPDATES = 'get_updates' |
См. определение в файле transport.php строка 48
const METHOD_MARKET_APP = 'market_app' |
См. определение в файле transport.php строка 65
const METHOD_SEARCH_APP = 'search_app' |
См. определение в файле transport.php строка 57
const METHOD_SET_INSTALL = 'is_installed' |
См. определение в файле transport.php строка 56
const METHOD_TOTAL_APPS = 'total_apps' |
См. определение в файле transport.php строка 66
const SERVICE_TYPE_APP = 'APP' |
См. определение в файле transport.php строка 33
const SERVICE_TYPE_COUPON = 'COUPON' |
См. определение в файле transport.php строка 34
const SERVICE_URL = REST_MARKETPLACE_URL |
См. определение в файле transport.php строка 21
const SOCKET_TIMEOUT = 10 |
См. определение в файле transport.php строка 40
const STREAM_TIMEOUT = 10 |
См. определение в файле transport.php строка 41
|
protected |
См. определение в файле transport.php строка 22