• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Url/UrlItem.php
  • Класс: BitrixImV2EntityUrlUrlItem
  • Вызов: UrlItem::getUrlAttach
public function getUrlAttach(): ?CIMMessageParamAttach
{
	if ($this->urlAttach === null)
	{
		if ($this->isRich())
		{
			$this->urlAttach = CIMMessageLink::formatAttach($this->getMetadata());
		}
	}

	return $this->urlAttach;
}