• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/posting/segmentdatabuilder.php
  • Класс: BitrixSenderPostingSegmentDataBuilder
  • Вызов: SegmentDataBuilder::__construct
public function __construct(
	int $groupId,
	string $filterId,
	array $endpoint = [],
	?int $groupStateId = null
)
{
	$this->groupId = $groupId;
	$this->filterId = $filterId;
	$this->endpoint = $endpoint;
	$this->groupStateId = $groupStateId;
}