• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/link/html/entitylink.php
  • Класс: BitrixSaleLinkHtmlEntityLink
  • Вызов: EntityLink::__construct
public function __construct(int $entityTypeId, int $entityId, string $href)
{
	$this->entityTypeId = $entityTypeId;
	$this->entityId = $entityId;
	$this->href = $href;
}