GroupStepper::setQueue

  1. Bitrix24 API (v. 23.675.0)
  2. blog
  3. GroupStepper
  4. setQueue
  • Модуль: blog
  • Путь к файлу: ~/bitrix/modules/blog/lib/copy/integration/groupstepper.php
  • Класс: BitrixBlogCopyIntegrationGroupStepper
  • Вызов: GroupStepper::setQueue
protected function setQueue(array $queue): void
{
	$queueId = (string) current($queue);
	$this->checkerName = (mb_strpos($this->checkerName, $queueId) === false ?
		$this->checkerName.$queueId : $this->checkerName);
	$this->baseName = (mb_strpos($this->baseName, $queueId) === false ?
		$this->baseName.$queueId : $this->baseName);
	$this->errorName = (mb_strpos($this->errorName, $queueId) === false ?
		$this->errorName.$queueId : $this->errorName);
}

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