• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/components/base.php
  • Класс: BitrixRpaComponentsBase
  • Вызов: Base::getLastVisitedTypeId
protected function getLastVisitedTypeId(int $userId = null): int
{
	if(!$userId)
	{
		$userId = false;
	}
	return (int) CUserOptions::GetOption(Driver::MODULE_ID, 'last_visited_type_id', false, $userId);
}