• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Link/BaseLinkItem.php
  • Класс: BitrixImV2LinkBaseLinkItem
  • Вызов: BaseLinkItem::setEntity
public function setEntity(RestEntity $entity): self
{
	$this->entity = $entity;
	$this->setEntityId($entity->getId());

	return $this;
}