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