См. определение в файле publicaction.php строка 11
◆ actionProcessing()
static actionProcessing |
( |
| $action, |
|
|
| $data, |
|
|
| $isRest = false ) |
|
staticprotected |
Processing the AJAX/REST action.
- Аргументы
-
string | $action | Action name. |
mixed | $data | Data. |
boolean | $isRest | Is rest call. |
- Возвращает
- array|null
- Исключения
-
ReflectionException
См. определение в файле publicaction.php строка 161
◆ ajaxProcessing()
static ajaxProcessing |
( |
| ) |
|
|
static |
Listen commands from ajax.
- Возвращает
- array|null
- Исключения
-
ReflectionException
См. определение в файле publicaction.php строка 354
◆ beforeRestApplicationDelete()
Before REST app delete.
- Аргументы
-
\Bitrix\Main\Event | $event | Event data. |
- Возвращает
- \Bitrix\Main\EventResult
См. определение в файле publicaction.php строка 570
◆ checkForExtranet()
static checkForExtranet |
( |
| ) |
|
|
staticprotected |
Returns true if current user out of the extranet. In extranet case allowed only GROUP scope.
- Возвращает
- bool
См. определение в файле publicaction.php строка 130
◆ getMethodInfo()
static getMethodInfo |
( |
| $action, |
|
|
| $data = array() ) |
|
staticprotected |
Get info about method - class/method/params.
- Аргументы
-
string | $action | Full name of action (\Namespace\Class::method). |
array | $data | Array of data. |
- Возвращает
- array
- Исключения
-
ReflectionException
См. определение в файле publicaction.php строка 61
◆ getNamespacePublicClasses()
static getNamespacePublicClasses |
( |
| ) |
|
|
staticprotected |
Get full namespace for public classes.
- Возвращает
- string
См. определение в файле publicaction.php строка 49
◆ getRawData()
Get raw data of curring processing.
- Возвращает
- mixed
См. определение в файле publicaction.php строка 344
◆ getRestStat()
static getRestStat |
( |
bool | $humanFormat = false, |
|
|
bool | $onlyActive = true, |
|
|
array | $additionalFilter = [] ) |
|
static |
Gets stat data of using rest app.
- Аргументы
-
bool | $humanFormat | Gets data in human format. |
bool | $onlyActive | Gets data only in active states. |
array | $additionalFilter | Additional filter array. |
- Возвращает
- array
См. определение в файле publicaction.php строка 611
◆ restApplication()
static restApplication |
( |
| ) |
|
|
static |
Get current REST application.
- Возвращает
- array
См. определение в файле publicaction.php строка 540
◆ restApplicationDelete()
static restApplicationDelete |
( |
| $app | ) |
|
|
static |
On REST app delete.
- Аргументы
-
- Возвращает
- void
См. определение в файле publicaction.php строка 550
◆ restBase()
Register methods in REST.
- Возвращает
- array
- Исключения
-
ReflectionException
См. определение в файле publicaction.php строка 447
◆ restGateway()
static restGateway |
( |
| $fields, |
|
|
| $t, |
|
|
| $server ) |
|
static |
Gateway between REST and publicaction.
- Аргументы
-
array | $fields | Rest fields. |
mixed | $t | Var. |
\CRestServer | $server | Server instance. |
- Возвращает
- mixed
- Исключения
-
ReflectionException
См. определение в файле publicaction.php строка 505
◆ $rawData
◆ $restApp
◆ REST_SCOPE_CLOUD
const REST_SCOPE_CLOUD = 'landing_cloud' |
◆ REST_SCOPE_DEFAULT
const REST_SCOPE_DEFAULT = 'landing' |
◆ REST_USAGE_TYPE_BLOCK
const REST_USAGE_TYPE_BLOCK = 'blocks' |
Code indicating used blocks in REST statistics.
См. определение в файле publicaction.php строка 26
◆ REST_USAGE_TYPE_PAGE
const REST_USAGE_TYPE_PAGE = 'pages' |
Code indicating used pages in REST statistics.
См. определение в файле publicaction.php строка 31