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