• Модуль: learning
  • Путь к файлу: ~/bitrix/modules/learning/classes/general/clearnpath.php
  • Класс: CLearnPath
  • Вызов: CLearnPath::ShiftTop
public function ShiftTop()
{
	$shifted = array_shift ($this->arPath);

	// If there is no elements was in path
	if ($shifted === NULL)
		return (false);

	return ($shifted);
}