• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/taxi/statusdictionary.php
  • Класс: BitrixSaleDeliveryServicesTaxiStatusDictionary
  • Вызов: StatusDictionary::getList
static function getList(): array
{
	return [
		static::INITIAL,
		static::ON_ITS_WAY,
		static::SEARCHING,
		static::SUCCESS,
		static::UNKNOWN,
	];
}