• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/support24.php
  • Класс: BitrixImBotBotSupport24
  • Вызов: Support24::getAppList
static function getAppList(): array
{
	$appList = parent::getAppList();

	if (self::isEnabledQuestionFunctional())
	{
		$appList = array_merge($appList, self::getQuestionAppList());
	}

	return $appList;
}