|
1C-Bitrix 25.700.0
|
Переменные | |
| $prologAbsent = (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) | |
| $selfFolderUrl = (defined("SELF_FOLDER_URL") ? SELF_FOLDER_URL : "/bitrix/admin/") | |
| $canViewUserList | |
| $adminListTableID = 'tbl_sale_sub_coupons_'.md5($discountID) | |
| $hideFields = array('DISCOUNT_ID') | |
| $adminSort = new CAdminSubSorting($adminListTableID, 'ID', 'ASC', 'by', 'order', $couponsAjaxPath) | |
| $adminList = new CAdminSubList($adminListTableID, $adminSort, $couponsAjaxPath, $hideFields) | |
| $filter | |
| $filterFields | |
| $headerList = array() | |
| $headerList ['ID'] | |
| $headerList ['COUPON'] | |
| $headerList ['ACTIVE'] | |
| $headerList ['ACTIVE_FROM'] | |
| $headerList ['ACTIVE_TO'] | |
| $headerList ['TYPE'] | |
| $headerList ['MAX_USE'] | |
| $headerList ['USE_COUNT'] | |
| $headerList ['USER_ID'] | |
| $headerList ['DATE_APPLY'] | |
| $headerList ['MODIFIED_BY'] | |
| $headerList ['TIMESTAMP_X'] | |
| $headerList ['CREATED_BY'] | |
| $headerList ['DATE_CREATE'] | |
| $headerList ['DESCRIPTION'] | |
| $selectFields = array_fill_keys($adminList->GetVisibleHeaderColumns(), true) | |
| $selectFields ['ID'] = true | |
| $selectFields ['ACTIVE'] = true | |
| $selectFields ['TYPE'] = true | |
| $selectFieldsMap = array_fill_keys(array_keys($headerList), false) | |
| $userList = array() | |
| $userIDs = array() | |
| $nameFormat = CSite::GetNameFormat(true) | |
| $rowList = array() | |
| $couponTypeList = Internals\DiscountCouponTable::getCouponTypes(true) | |
| $usePageNavigation = true | |
| $navyParams = array() | |
| if(isset($_REQUEST['mode']) && $_REQUEST['mode']=='excel') | else |
| $navyParams ['SIZEN'] = (int)$navyParams['SIZEN'] | |
| $getListParams | |
| $totalPages = 0 | |
| if($usePageNavigation) | $couponIterator = new CAdminSubResult(Internals\DiscountCouponTable::getList($getListParams), $adminListTableID, $adminList->GetListUrl(true)) |
| $adminList = new CAdminSubList($adminListTableID, $adminSort, $couponsAjaxPath, $hideFields) |
См. определение в файле discount_coupon_list.php строка 53
| $adminListTableID = 'tbl_sale_sub_coupons_'.md5($discountID) |
См. определение в файле discount_coupon_list.php строка 49
| $adminSort = new CAdminSubSorting($adminListTableID, 'ID', 'ASC', 'by', 'order', $couponsAjaxPath) |
См. определение в файле discount_coupon_list.php строка 52
| $canViewUserList |
| if ( $usePageNavigation) $couponIterator = new CAdminSubResult(Internals\DiscountCouponTable::getList($getListParams), $adminListTableID, $adminList->GetListUrl(true)) |
См. определение в файле discount_coupon_list.php строка 338
| $couponTypeList = Internals\DiscountCouponTable::getCouponTypes(true) |
См. определение в файле discount_coupon_list.php строка 282
| $filter |
См. определение в файле discount_coupon_list.php строка 62
| $filterFields |
См. определение в файле discount_coupon_list.php строка 65
| $getListParams |
См. определение в файле discount_coupon_list.php строка 308
| $headerList = array() |
См. определение в файле discount_coupon_list.php строка 163
| $headerList[ 'ACTIVE'] |
См. определение в файле discount_coupon_list.php строка 177
| $headerList[ 'ACTIVE_FROM'] |
См. определение в файле discount_coupon_list.php строка 184
| $headerList[ 'ACTIVE_TO'] |
См. определение в файле discount_coupon_list.php строка 191
| $headerList[ 'COUPON'] |
См. определение в файле discount_coupon_list.php строка 170
| $headerList[ 'CREATED_BY'] |
См. определение в файле discount_coupon_list.php строка 247
| $headerList[ 'DATE_APPLY'] |
См. определение в файле discount_coupon_list.php строка 226
| $headerList[ 'DATE_CREATE'] |
См. определение в файле discount_coupon_list.php строка 254
| $headerList[ 'DESCRIPTION'] |
См. определение в файле discount_coupon_list.php строка 261
| $headerList[ 'ID'] |
См. определение в файле discount_coupon_list.php строка 164
| $headerList[ 'MAX_USE'] |
См. определение в файле discount_coupon_list.php строка 205
| $headerList[ 'MODIFIED_BY'] |
См. определение в файле discount_coupon_list.php строка 233
| $headerList[ 'TIMESTAMP_X'] |
См. определение в файле discount_coupon_list.php строка 240
| $headerList[ 'TYPE'] |
См. определение в файле discount_coupon_list.php строка 198
| $headerList[ 'USE_COUNT'] |
См. определение в файле discount_coupon_list.php строка 212
| $headerList[ 'USER_ID'] |
См. определение в файле discount_coupon_list.php строка 219
| $hideFields = array('DISCOUNT_ID') |
См. определение в файле discount_coupon_list.php строка 51
| $nameFormat = CSite::GetNameFormat(true) |
См. определение в файле discount_coupon_list.php строка 278
| $navyParams = array() |
См. определение в файле discount_coupon_list.php строка 285
| $navyParams[ 'SIZEN'] = (int)$navyParams['SIZEN'] |
См. определение в файле discount_coupon_list.php строка 300
| $prologAbsent = (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) |
См. определение в файле discount_coupon_list.php строка 14
| $rowList = array() |
См. определение в файле discount_coupon_list.php строка 280
| $selectFields = array_fill_keys($adminList->GetVisibleHeaderColumns(), true) |
См. определение в файле discount_coupon_list.php строка 269
| $selectFields[ 'ACTIVE'] = true |
См. определение в файле discount_coupon_list.php строка 271
| $selectFields[ 'ID'] = true |
См. определение в файле discount_coupon_list.php строка 270
| $selectFields[ 'TYPE'] = true |
См. определение в файле discount_coupon_list.php строка 272
| $selectFieldsMap = array_fill_keys(array_keys($headerList), false) |
См. определение в файле discount_coupon_list.php строка 273
| $selfFolderUrl = (defined("SELF_FOLDER_URL") ? SELF_FOLDER_URL : "/bitrix/admin/") |
См. определение в файле discount_coupon_list.php строка 18
| $totalPages = 0 |
См. определение в файле discount_coupon_list.php строка 313
| $usePageNavigation = true |
См. определение в файле discount_coupon_list.php строка 284
| $userIDs = array() |
См. определение в файле discount_coupon_list.php строка 277
| $userList = array() |
См. определение в файле discount_coupon_list.php строка 276
| if ( $usePageNavigation) else |
См. определение в файле discount_coupon_list.php строка 290