• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/field.php
  • Класс: Bitrix\Crm\Field
  • Вызов: Field::setType
public function setType(string $type): Field
{
	$this->type = $type;

	return $this;
}