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

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