...Человеческий поиск в разработке...
- Модуль: 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; } }