• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Reservation/Helpers/Doctor.php
  • Класс: Bitrix\Crm\Reservation\Helpers\Doctor
  • Вызов: Doctor::printInfo
public function printInfo(): void
{
	$this->printTable(
		$this->getRows()
	);
}