• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/Activity/ConfigurableRestApp.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\Activity\ConfigurableRestApp
  • Вызов: ConfigurableRestApp::needShowNotes
public function needShowNotes(): bool
{
	return (!$this->getLayoutDto()->footer || $this->getLayoutDto()->footer->showNote !== false);
}