|
1C-Bitrix 25.700.0
|
Переменные | |
| global | $APPLICATION |
| $application = \Bitrix\Main\Application::getInstance() | |
| $context = $application->getContext() | |
| $request = $context->getRequest() | |
| $shopId = (int)$request->get("shop_id") | |
| $companyName = $request->get("company_name") | |
| $errorMsg = '' | |
| $personTypeTabs = array() | |
| $personTypeTabs [] | |
| $tabRControl = new \CAdminTabControl("tabRControl", $personTypeTabs) | |
| $strCN = PaySystem\YandexCert::getCn($shopId) | |
| global $APPLICATION |
См. определение в файле refund.php строка 9
| $application = \Bitrix\Main\Application::getInstance() |
См. определение в файле refund.php строка 11
| $companyName = $request->get("company_name") |
См. определение в файле refund.php строка 15
| $context = $application->getContext() |
См. определение в файле refund.php строка 12
| $errorMsg = '' |
См. определение в файле refund.php строка 16
| $personTypeTabs = array() |
См. определение в файле refund.php строка 66
| $personTypeTabs[] |
См. определение в файле refund.php строка 67
| $request = $context->getRequest() |
См. определение в файле refund.php строка 13
| $shopId = (int)$request->get("shop_id") |
См. определение в файле refund.php строка 14
| $strCN = PaySystem\YandexCert::getCn($shopId) |
См. определение в файле refund.php строка 84
| $tabRControl = new \CAdminTabControl("tabRControl", $personTypeTabs) |
См. определение в файле refund.php строка 74