• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/category/entity/itemcategory.php
  • Класс: Bitrix\Crm\Category\Entity\ItemCategory
  • Вызов: ItemCategory::setIsDefault
public function setIsDefault(bool $isDefault): Category
{
	$this->entityObject->setIsDefault($isDefault);

	return $this;
}