• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Common/Logo.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Common\Logo
  • Вызов: Logo::isSystem
public function isSystem(): bool
{
	return in_array($this->getCode(), self::getSystemLogoCodes(), true);
}