• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Common/Logo.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Common\Logo
  • Вызов: Logo::__construct
public function __construct(string $code)
{
	$this->code = $code;
	$this->customLogoTable = new CustomLogoTable();
}