• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Badge/SourceIdentifier.php
  • Класс: Bitrix\Crm\Badge\SourceIdentifier
  • Вызов: SourceIdentifier::__construct
public function __construct(string $providerId, int $entityTypeId, int $entityId)
{
	$this->setProviderId($providerId);
	$this->setEntityTypeId($entityTypeId);
	$this->setEntityId($entityId);
}