• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/uf/connector.php
  • Класс: BitrixDiskUfConnector
  • Вызов: Connector::tryToGetDataToShowForUser
public function tryToGetDataToShowForUser(int $userId)
{
	try
	{
		return $this->getDataToShowForUser($userId);
	}
	catch (NotImplementedException $e)
	{
		return $this->getDataToShow();
	}
}