• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/Configurable.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\Configurable
  • Вызов: Configurable::isItemAboutCurrentEntity
protected function isItemAboutCurrentEntity(): bool
{
	return (
		$this->getContext()->getEntityTypeId() === $this->getModel()->getAssociatedEntityTypeId()
		&& $this->getContext()->getEntityId() === $this->getModel()->getAssociatedEntityId()
	);
}