• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/integration/ui/entityselector/templateprovider.php
  • Класс: BitrixBizprocIntegrationUIEntitySelectorTemplateProvider
  • Вызов: TemplateProvider::__construct
public function __construct(array $options = [])
{
	parent::__construct();

	$this->options['showManual'] = (isset($options['showManual']) && $options['showManual'] === true);
}