Bitrix API

UserSettings

Table of Contents

Constants

CUSTOM_SETTINGS_OPTION_CATEGORY  = 'tasks'
CUSTOM_SETTINGS_OPTION_NAME  = 'user_selected_fields_for_kanban'

Methods

__construct()  : mixed
getAccomplices()  : ItemField
getAuditors()  : ItemField
getCheckList()  : ItemField
getCrm()  : ItemField
getDateFinished()  : ItemField
getDateStarted()  : ItemField
getDeadLine()  : ItemField
getDefaultFieldCodes()  : array<string|int, mixed>
getFiles()  : ItemField
getFlow()  : ItemField
getId()  : ItemField
getMark()  : ItemField
getPopupSections()  : array<string|int, mixed>
getProject()  : ItemField
getSelectedCustomFields()  : array<string|int, mixed>
getTags()  : ItemField
getTimeSpent()  : ItemField
getTitle()  : ItemField
hasSelectedCustomFields()  : bool
isFieldDefault()  : bool
isFieldSelected()  : bool
saveUserSelectedFields()  : bool

Constants

CUSTOM_SETTINGS_OPTION_CATEGORY

public mixed CUSTOM_SETTINGS_OPTION_CATEGORY = 'tasks'

CUSTOM_SETTINGS_OPTION_NAME

public mixed CUSTOM_SETTINGS_OPTION_NAME = 'user_selected_fields_for_kanban'

Methods

__construct()

public __construct(string $viewMode) : mixed
Parameters
$viewMode : string

getDefaultFieldCodes()

public getDefaultFieldCodes() : array<string|int, mixed>
Return values
array<string|int, mixed>

getPopupSections()

public getPopupSections() : array<string|int, mixed>
Return values
array<string|int, mixed>

getSelectedCustomFields()

public getSelectedCustomFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

hasSelectedCustomFields()

public hasSelectedCustomFields() : bool
Return values
bool

isFieldDefault()

public isFieldDefault(string $fieldName) : bool
Parameters
$fieldName : string
Return values
bool

isFieldSelected()

public isFieldSelected(string $fieldName) : bool
Parameters
$fieldName : string
Return values
bool

saveUserSelectedFields()

public saveUserSelectedFields(array<string|int, mixed> $selectedFields) : bool
Parameters
$selectedFields : array<string|int, mixed>
Return values
bool

        
On this page

Search results