• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/controller/type.php
  • Класс: BitrixRpaControllerType
  • Вызов: Type::getAction
public function getAction(BitrixRpaModelType $type): array
{
	return [
		'type' => $this->prepareData($type),
	];
}