• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Reservation/ProductRowReservation.php
  • Класс: Bitrix\Crm\Reservation\ProductRowReservation
  • Вызов: ProductRowReservation::toArray
public function toArray(): array
{
	return [
		self::RESERVE_ID => $this->getReserveId(),
		self::RESERVE_QUANTITY => $this->getReserveQuantity(),
		self::RESERVE_STORE_ID => $this->getStoreId(),
		self::RESERVE_DATE_END => $this->getDateReserveEnd(),
		self::IS_AUTO => $this->getIsAuto(),
	];
}