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

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

	return ($popped);
}