Script::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Script
  4. __construct
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/script.php
  • Класс: Bitrix\Crm\WebForm\Script
  • Вызов: Script::__construct
public function __construct($domain, $isHttps = false, $formPath = null, $loaderPath = null)
{
	$this->domain = $domain;
	$this->isHttps = $isHttps;
	if($loaderPath)
	{
		$this->loaderPath = $loaderPath;
	}
	if($formPath)
	{
		$this->formPath = $formPath;
	}
}

Добавить комментарий