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