• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/form/itemform.php
  • Класс: BitrixTasksScrumFormItemForm
  • Вызов: ItemForm::setTypeId
public function setTypeId($typeId): void
{
	$this->typeId = (is_numeric($typeId) ? (int) $typeId : 0);
}