• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/UI/LeftMenu/MenuItem/ItemSystem.php
  • Класс: BitrixIntranetUILeftMenuMenuItemItemSystem
  • Вызов: ItemSystem::adjustData
protected function adjustData($data, LeftMenuUser $user): array
{
	if ($this->params)
	{
		$data['PARAMS'] = array_merge($this->params, $data['PARAMS']);
	}
	return $data;
}