• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/provider/livefeed.php
  • Класс: Bitrix\Crm\Activity\Provider\Livefeed
  • Вызов: Livefeed::getRenderAuthor
static function getRenderAuthor(array $activity)
{
	return Loc::getMessage('CRM_ACTIVITY_PROVIDER_LIVEFEED_AUTHOR_ACTION'.$activity['RESPONSIBLE_PERSONAL_GENDER'], array(
		'#USER_NAME#' => \CUser::formatName(\CSite::getNameFormat(false), array(
			'NAME' => $activity['RESPONSIBLE_NAME'],
			'LAST_NAME' => $activity['RESPONSIBLE_LAST_NAME'],
			'SECOND_NAME' => $activity['RESPONSIBLE_SECOND_NAME'],
			'LOGIN' => $activity['RESPONSIBLE_LOGIN']
		), true)
	));
}