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

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