• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/storedocumenttable.php
  • Класс: BitrixCatalogStoreDocumentTable
  • Вызов: StoreDocumentTable::withStoreToList
static function withStoreToList(MainORMQueryQuery $query, array $storeIds)
{
	static::addSingleStoreFilterToQuery($query, 'STORE_TO', $storeIds);
}