• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/log_destination.php
  • Класс: CSocNetLogDestination
  • Вызов: CSocNetLogDestination::fillLastDestination
static function fillLastDestination($arDestinationSort, &$arLastDestination, $arParams = array())
{
	$res = BitrixMainUISelectorEntities::fillLastDestination($arDestinationSort, $arParams);
	$arLastDestination = $res['LAST_DESTINATIONS'];

	return $res['DATA'];
}