• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/tradingplatform/webform.php
  • Класс: Bitrix\Crm\Order\TradingPlatform\WebForm
  • Вызов: WebForm::getInfo
public function getInfo()
{
	if (!$this->webForm)
	{
		$id = $this->getWebFormId();
		$this->webForm = Crm\WebForm\Options::create($id)->getArray();
	}

	return $this->webForm;
}