• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/urlmanager.php
  • Класс: BitrixDiskUrlManager
  • Вызов: UrlManager::getUrlForShowAttachedVersionViewHtml
public function getUrlForShowAttachedVersionViewHtml($attachedId, array $params = array())
{
	$pathToView = $this->getUrlUfController('showVersionView', array('attachedId' => $attachedId));
	return $this->getUrlUfController('showViewHtml', array_merge($params, array('attachedId' => $attachedId, 'pathToView' => $pathToView)));
}