• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/form.php
  • Класс: BitrixSeoLeadAdsForm
  • Вызов: Form::setAccountId
public function setAccountId(string $accountId): Form
{
	$this->accountId = $accountId;

	return $this;
}