• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/posting/builder.php
  • Класс: Bitrix\Sender\Posting\Builder
  • Вызов: Builder::__construct
public function __construct($postingId = null, $checkDuplicates = true)
{
	$this->groupQueueService = new GroupQueueService();
	if ($postingId)
	{
		$this->setResult($this->run($postingId, $checkDuplicates));
	}
}