Template::setIsWithStamps

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Template
  4. setIsWithStamps
  • Модуль: 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;
}

Добавить комментарий