• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/tourguide/internals/stepqueue.php
  • Класс: BitrixTasksTourGuideInternalsStepQueue
  • Вызов: StepQueue::getStepByIndex
public function getStepByIndex(int $index): ?Step
{
	return (count($this->steps) - 1 < $index ? null : $this->steps[$index]);
}