Skip to content

Instantly share code, notes, and snippets.

@devoltt
Created August 8, 2018 07:51
Show Gist options
  • Save devoltt/9e631a4c03210c18bf035898826692d6 to your computer and use it in GitHub Desktop.
Save devoltt/9e631a4c03210c18bf035898826692d6 to your computer and use it in GitHub Desktop.
Получение личных настроек пользователя у вкладок CRM Bitrix24
<?
$userCrmTabSettingsTmp = get_object_vars(
json_decode(
\CUserOptions::GetOption(
'ui',
'crm_control_panel_menu',
'',
$userId
)['settings']
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment