• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/service/user/container/collection.php
  • Класс: Bitrix\Sale\Exchange\Integration\Service\User\Container\Collection
  • Вызов: Collection::getIndexes
public function getIndexes()
{
	return count($this->collection)>0 ? array_keys($this->collection):[];
}