• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/template.php
  • Класс: Bitrix\Crm\Integration\DocumentGenerator\Template
  • Вызов: Template::setIsWithStamps
public function setIsWithStamps(bool $isWithStamps): self
{
	$this->isWithStamps = $isWithStamps;

	return $this;
}