• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/queue/queue/queue.php
  • Класс: BitrixCalendarCoreQueueQueueQueue
  • Вызов: Queue::__construct
public function __construct(int $id, string $name)
{
	$this->id = $id;
	$this->name = $name;
}