• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/proxytype/base.php
  • Класс: BitrixDiskProxyTypeBase
  • Вызов: Base::getEntityImageSrc
public function getEntityImageSrc($width, $height);

/**
 * Return name of storage.
 * @return string
 */
public function getTitle()
{
	return Loc::getMessage('DISK_PROXY_TYPE_BASE_TITLE', array(
		'#NAME#' => $this->storage->getName(),
	));
}