• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/components/kanban/usersettings.php
  • Класс: BitrixTasksComponentsKanbanUserSettings
  • Вызов: UserSettings::getAccomplices
public function getAccomplices(): ItemField
{
	return new ItemField(
		'ACCOMPLICES',
		Loc::getMessage('TASK_KANBAN_USER_SETTINGS_FIELD_ACCOMPLICES'),
		'task',
		$this->isFieldSelected('ACCOMPLICES'),
		$this->isFieldDefault('ACCOMPLICES'),
	);
}