• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/AhaMoments/Factory.php
  • Класс: BitrixCrmMobileAhaMomentsFactory
  • Вызов: Factory::getAhaInstance
public function getAhaInstance($name): Base
{
	if ($name === 'GoToChat')
	{
		return GoToChat::getInstance();
	}

	if ($name === 'yoochecks')
	{
		return Yoochecks::getInstance();
	}

	throw new ArgumentException('Unknown ahamoment: ' . $name);
}