|
1C-Bitrix 25.700.0
|
Переменные | |
| global | $APPLICATION |
| $instance = \Bitrix\Main\Application::getInstance() | |
| $context = $instance->getContext() | |
| $request = $context->getRequest() | |
| $action = $request->get('action') | |
| $text = Loc::getMessage('SALE_RESULT_MESSAGE_'.mb_strtoupper($action)) | |
| $action = $request->get('action') |
См. определение в файле ps_b24_final.php строка 18
| global $APPLICATION |
См. определение в файле ps_b24_final.php строка 10
| $context = $instance->getContext() |
См. определение в файле ps_b24_final.php строка 15
| $instance = \Bitrix\Main\Application::getInstance() |
См. определение в файле ps_b24_final.php строка 14
| $request = $context->getRequest() |
См. определение в файле ps_b24_final.php строка 16
| $text = Loc::getMessage('SALE_RESULT_MESSAGE_'.mb_strtoupper($action)) |
См. определение в файле ps_b24_final.php строка 20