• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/tourguide/internals/stepqueue.php
  • Класс: BitrixTasksTourGuideInternalsStepQueue
  • Вызов: StepQueue::getLastStepIndex
public function getLastStepIndex(): int
{
	$lastStepIndex = count($this->steps) - 1;

	return ($lastStepIndex < 0 ? 0 : $lastStepIndex);
}