• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/TypePreset.php
  • Класс: Bitrix\Crm\Service\TypePreset
  • Вызов: TypePreset::setCategory
public function setCategory(string $category): self
{
	$this->category = $category;
	return $this;
}