WebForm::getSupportedCommunicationStatistics

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. WebForm
  4. getSupportedCommunicationStatistics
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/provider/webform.php
  • Класс: Bitrix\Crm\Activity\Provider\WebForm
  • Вызов: WebForm::getSupportedCommunicationStatistics
static function getSupportedCommunicationStatistics()
{
	return array(
		CommunicationStatistics::STATISTICS_QUANTITY,
		CommunicationStatistics::STATISTICS_MONEY
	);
}

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