• Модуль: photogallery
  • Путь к файлу: ~/bitrix/modules/photogallery/lib/copy/stepper/section.php
  • Класс: BitrixPhotogalleryCopyStepperSection
  • Вызов: Section::deleteQueueOption
protected function deleteQueueOption()
{
	$queue = $this->getQueue();
	$this->setQueue($queue);
	$this->deleteCurrentQueue($queue);
	Option::delete(static::$moduleId, ["name" => $this->checkerName]);
	Option::delete(static::$moduleId, ["name" => $this->baseName]);
}