• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/tab/manager.php
  • Класс: BitrixMobileTabManager
  • Вызов: Manager::getUserPresetConfig
private function getUserPresetConfig()
{
	$option = Option::get("mobile", "tabs_{$this->context->userId}", false, $this->context->siteId);
	$result = false;
	if ($option)
	{
		$result = Json::decode($option);
	}

	return $result;
}