1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Файл discount_reindex.php

См. исходные тексты.

Переменные

const STOP_STATISTICS = true
const NO_AGENT_CHECK = true
const PUBLIC_AJAX_MODE = true
 $saleRights = $APPLICATION->GetGroupRight('sale')
 $request = Main\Context::getCurrent()->getRequest()
if( $request->getRequestMethod()==='GET' && $request['operation']==='Y') else
 $discountCounter = CSaleDiscountReindex::getAllCounter()
 $oneStepTime = CSaleDiscountReindex::getDefaultExecutionTime()
 $tabList
 $tabControl = new CAdminTabControl('saleDiscountReindex', $tabList, true, true)
 $jsParams

Переменные

◆ $discountCounter

См. определение в файле discount_reindex.php строка 92

◆ $jsParams

$jsParams
Инициализатор
= [
'url' => $APPLICATION->GetCurPage(),
'options' => [
'ajaxSessionID' => 'saleDiscountReindex',
'maxExecutionTime' => $oneStepTime,
'maxOperationCounter' => 10,
'counter' => $discountCounter,
],
'visual' => [
'startBtnID' => 'start_button',
'stopBtnID' => 'stop_button',
'resultContID' => 'discount_reindex_result_div',
'errorContID' => 'discount_reindex_error_cont',
'errorDivID' => 'discount_reindex_error_div',
'timeFieldID' => 'max_execution_time',
],
'ajaxParams' => [
'operation' => 'Y',
],
]
global $APPLICATION
Определения include.php:80
$oneStepTime
Определения catalog_reindex.php:103
$discountCounter
Определения discount_reindex.php:92

См. определение в файле discount_reindex.php строка 133

◆ $oneStepTime

См. определение в файле discount_reindex.php строка 93

◆ $request

$request = Main\Context::getCurrent()->getRequest()

См. определение в файле discount_reindex.php строка 41

◆ $saleRights

$saleRights = $APPLICATION->GetGroupRight('sale')

См. определение в файле discount_reindex.php строка 15

◆ $tabControl

$tabControl = new CAdminTabControl('saleDiscountReindex', $tabList, true, true)

См. определение в файле discount_reindex.php строка 105

◆ $tabList

$tabList
Инициализатор
= [
[
'DIV' => 'discountReindexTab01',
'TAB' => Loc::getMessage('SALE_DISCOUNT_REINDEX_TAB'),
'ICON' => 'sale',
'TITLE' => Loc::getMessage('SALE_DISCOUNT_REINDEX_TAB_TITLE'),
],
]

См. определение в файле discount_reindex.php строка 97

◆ else

if ($request->getRequestMethod()==='GET' &&$request[ 'operation']==='Y') else
Инициализатор
{
$APPLICATION->SetTitle(Loc::getMessage('SALE_DISCOUNT_REINDEX_PAGE_TITLE'))

См. определение в файле discount_reindex.php строка 88

◆ NO_AGENT_CHECK

const NO_AGENT_CHECK = true

См. определение в файле discount_reindex.php строка 4

◆ PUBLIC_AJAX_MODE

const PUBLIC_AJAX_MODE = true

См. определение в файле discount_reindex.php строка 5

◆ STOP_STATISTICS

const STOP_STATISTICS = true

@global CMain $APPLICATION

См. определение в файле discount_reindex.php строка 3