• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/statistics/statisticfieldbindingmap.php
  • Класс: Bitrix\Crm\Statistics\StatisticFieldBindingMap
  • Вызов: StatisticFieldBindingMap::__construct
public function __construct($typeName = '')
{
	if(!is_string($typeName))
	{
		throw new Main\ArgumentTypeException('typeName', 'string');
	}

	$this->typeName = mb_strtolower($typeName);
}