Открытые члены | |
__construct (array $connection) | |
getConnection () | |
call ($methodName, $additionalParams=null) | |
batch ($actions) | |
getErrorCollection () | |
Открытые статические члены | |
static | init () |
static | initById ($connectionId) |
Открытые атрибуты | |
const | SERVER_ENCODING = 'utf-8' |
const | ERROR_WRONG_ANSWER = 'WRONG_ANWSER' |
const | METHOD_BATCH = 'batch' |
const | HTTP_SOCKET_TIMEOUT = 10 |
const | HTTP_STREAM_TIMEOUT = 10 |
Защищенные члены | |
getHttpClient () | |
getRequestUrl ($methodName) | |
prepareRequestData ($additionalParams) | |
prepareRequest ($additionalParams) | |
prepareResponse ($result) | |
checkConnection (array $connection) | |
Защищенные данные | |
$connection = null | |
$errorCollection = null | |
Статические защищенные данные | |
static | $requiredKeys = array('ENDPOINT') |
См. определение в файле apclient.php строка 14
__construct | ( | array | $connection | ) |
См. определение в файле apclient.php строка 53
batch | ( | $actions | ) |
См. определение в файле apclient.php строка 112
call | ( | $methodName, | |
$additionalParams = null ) |
Low-level function for REST method call. Returns method response including paging params and error messages.
string | $methodName | Method name. |
array | null | $additionalParams | Method params. |
ArgumentException | |
ArgumentNullException | |
SystemException |
См. определение в файле apclient.php строка 80
|
protected |
См. определение в файле apclient.php строка 186
getConnection | ( | ) |
См. определение в файле apclient.php строка 63
getErrorCollection | ( | ) |
См. определение в файле apclient.php строка 135
|
protected |
См. определение в файле apclient.php строка 140
|
protected |
См. определение в файле apclient.php строка 148
|
static |
См. определение в файле apclient.php строка 29
|
static |
См. определение в файле apclient.php строка 40
|
protected |
См. определение в файле apclient.php строка 167
|
protected |
См. определение в файле apclient.php строка 153
|
protected |
См. определение в файле apclient.php строка 174
|
protected |
См. определение в файле apclient.php строка 24
|
protected |
См. определение в файле apclient.php строка 25
|
staticprotected |
См. определение в файле apclient.php строка 27
const ERROR_WRONG_ANSWER = 'WRONG_ANWSER' |
См. определение в файле apclient.php строка 17
const HTTP_SOCKET_TIMEOUT = 10 |
См. определение в файле apclient.php строка 21
const HTTP_STREAM_TIMEOUT = 10 |
См. определение в файле apclient.php строка 22
const METHOD_BATCH = 'batch' |
См. определение в файле apclient.php строка 19
const SERVER_ENCODING = 'utf-8' |
См. определение в файле apclient.php строка 16