• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/service.php
  • Класс: BitrixSeoLeadAdsService
  • Вызов: Service::getForm
public function getForm(string $type): Form
{
	if (!array_key_exists($type, $this->forms))
	{
		$this->forms[$type] = Form::create($type)->setService($this);
	}

	return $this->forms[$type];
}