• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/InventoryManagement/Helpers/Doctor.php
  • Класс: BitrixCatalogInventoryManagementHelpersDoctor
  • Вызов: Doctor::printInfo
public function printInfo(): void
{
	$this->printTable(
		Application::getConnection()->query($this->getSql())->fetchAll()
	);
}