• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/uf/userfieldmanager.php
  • Класс: BitrixDiskUfUserFieldManager
  • Вызов: UserFieldManager::showView
public function showView(&$params, &$result, $component = null)
{
	global $APPLICATION;

	$APPLICATION->includeComponent(
		'bitrix:disk.uf.file',
		$this->getShowTemplate($params, ['mobile', 'mail', 'checklist']),
		[
			'PARAMS' => $params,
			'RESULT' => $result,
			'DISABLE_LOCAL_EDIT' => ($params['DISABLE_LOCAL_EDIT'] ?? false),
			'USE_TOGGLE_VIEW' => ($params['USE_TOGGLE_VIEW'] ?? false),
		],
		$component,
		['HIDE_ICONS' => 'Y']
	);
}