• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/LogMessage/CalendarSharing/Viewed.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\LogMessage\CalendarSharing\Viewed
  • Вызов: Viewed::getTags
public function getTags(): ?array
{
	return [
		'status' => new Tag(
			$this->getMessage('CRM_TIMELINE_CALENDAR_SHARING_VIEWED_TAG'),
			Tag::TYPE_PRIMARY
		)
	];
}