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