• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/ExpandableList/ExpandableListItem.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\ExpandableList\ExpandableListItem
  • Вызов: ExpandableListItem::setShowDummyImage
public function setShowDummyImage(?bool $showDummyImage): self
{
	$this->showDummyImage = $showDummyImage;

	return $this;
}