• Модуль: mobileapp
  • Путь к файлу: ~/bitrix/modules/mobileapp/lib/mobile.php
  • Класс: BitrixMobileAppMobile
  • Вызов: Mobile::getInstance
static function getInstance()
{
	if (is_null(self::$instance))
	{
		self::$instance = new Mobile();
	}

	return self::$instance;
}