• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/widget/widgetconfig.php
  • Класс: Bitrix\Crm\Widget\WidgetConfig
  • Вызов: WidgetConfig::setAggregate
public function setAggregate($aggregate)
{
	if(!is_string($aggregate))
	{
		throw new Main\ArgumentTypeException('aggregate', 'string');
	}

	$this->aggregate = $aggregate;
}