• Модуль: learning
  • Путь к файлу: ~/bitrix/modules/learning/classes/general/clearnpath.php
  • Класс: CLearnPath
  • Вызов: CLearnPath::GetTop
public function GetTop()
{
	if ( ! isset($this->arPath[0]) )
		return (false);

	return ($this->arPath[0]);
}