• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Reservation/Internals/ProductRowReservationTable.php
  • Класс: Bitrix\Crm\Reservation\Internals\ProductRowReservationTable
  • Вызов: ProductRowReservationTable::getRowByRowId
static function getRowByRowId(int $rowId): ?array
{
	return static::getByRowId($rowId)->fetch();
}