• Модуль: photogallery
  • Путь к файлу: ~/bitrix/modules/photogallery/lib/copy/stepper/section.php
  • Класс: BitrixPhotogalleryCopyStepperSection
  • Вызов: Section::isQueueEmpty
protected function isQueueEmpty()
{
	$queue = $this->getOptionData($this->queueName);
	return empty($queue);
}