- Модуль: mobile
- Путь к файлу: ~/bitrix/modules/mobile/lib/rest/settings.php
- Класс: BitrixMobileRestSettings
- Вызов: Settings::getMethods
static function getMethods()
{
return [
'mobile.settings.tabs.set' => ['callback' => [__CLASS__, 'setTabs'], 'options' => ['private' => false]],
'mobile.settings.energy.set' => ['callback' => [__CLASS__, 'setOtherSettings'], 'options' => ['private' => false]],
'mobile.settings.energy.get' => ['callback' => [__CLASS__, 'getOtherSettings'], 'options' => ['private' => false]],
'mobile.settings.other.set' => ['callback' => [__CLASS__, 'setOtherSettings'], 'options' => ['private' => false]],
'mobile.settings.other.get' => ['callback' => [__CLASS__, 'getOtherSettings'], 'options' => ['private' => false]],
];
}