Base::configureFileOnce

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Base
  4. configureFileOnce
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/webpack/base.php
  • Класс: Bitrix\Crm\UI\Webpack\Base
  • Вызов: Base::configureFileOnce
private function configureFileOnce()
{
	if ($this->fileConfigured)
	{
		return;
	}

	$this->configureFile();

	$this->controller->configureFile(
		$this->fileId,
		'crm',
		$this->fileDir,
		$this->fileName
	);

	$this->fileConfigured = true;
}

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