• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/components/kanban/itemfield.php
  • Класс: BitrixTasksComponentsKanbanItemField
  • Вызов: ItemField::__construct
public function __construct(string $code, string $title, string $categoryKey, bool $isSelected, bool $isDefault)
{
	$this->code = $code;
	$this->title = $title;
	$this->categoryKey = $categoryKey;
	$this->isSelected = $isSelected;
	$this->isDefault = $isDefault;
}