• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/ProductCompilationSentToCustomer.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\ProductCompilationSentToCustomer
  • Вызов: ProductCompilationSentToCustomer::getLogo
public function getLogo(): ?Layout\Body\Logo
{
	return Logo::getInstance(Logo::SHOP)
		->createLogo()
	;
}