Polyfill::instance

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Polyfill
  4. instance
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/webpack/form/polyfill.php
  • Класс: Bitrix\Crm\UI\Webpack\Form\Polyfill
  • Вызов: Polyfill::instance
static function instance()
{
	if (!static::$instance)
	{
		static::$instance = new static(1);
	}

	return static::$instance;
}

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