• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/form/paysystem.php
  • Класс: Bitrix\Crm\Controller\Form\PaySystem
  • Вызов: PaySystem::mapRecommendedPaySystems
private function mapRecommendedPaySystems(
	string $id,
	string $title,
	string $image,
	string $editPath
): array
{
	return [
		'id' => $id,
		'title' => $title,
		'image' => $image,
		'editPath' => $editPath,
	];
}