UiFormConfiguration::checkRowIndex

  1. Bitrix24 API (v. 23.675.0)
  2. catalog
  3. UiFormConfiguration
  4. checkRowIndex
  • Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/update/uiformconfiguration.php
  • Класс: BitrixCatalogUpdateUiFormConfiguration
  • Вызов: UiFormConfiguration::checkRowIndex
static function checkRowIndex(array $index): bool
{
	return (isset($index['COLUMN']) && isset($index['LIST']) && isset($index['ROW']));
}

Добавить комментарий