• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::__construct
public function __construct(BaseIblockElementEntity $entity, array $params = [])
{
	$this->crmIncluded = Loader::includeModule('crm');
	$this->accessController = AccessController::getCurrent();
	$this->entity = $entity;
	$this->params = $this->getPreparedParams($params);

	$this->initUrlBuilder();
}