Bitrix API

ItemSettings extends Settings

FinalYes

Table of Contents

Constants

MODE_EXCEL  = 'excel'
MODE_HTML  = 'html'

Methods

__construct()  : mixed
getCategoryId()  : int|null
getColumnNameToEditableFieldNameMap()  : array<string|int, mixed>
getEditableFieldsWhitelist()  : array<string|int, mixed>|null
getID()  : string
getIsAllItemsCategory()  : bool|null
getIsMyCompany()  : bool|null
getIsRecurring()  : bool|null
isAllItemsCategory()  : bool
isExcelMode()  : bool
isHtmlMode()  : bool
isMyCompany()  : bool
isRecurring()  : bool
setCategoryId()  : self
setColumnNameToEditableFieldNameMap()  : self
setEditableFieldsWhitelist()  : self
setIsAllItemsCategory()  : self
setIsMyCompany()  : self
setIsRecurring()  : self
setMode()  : void

Constants

MODE_EXCEL

public mixed MODE_EXCEL = 'excel'

MODE_HTML

public mixed MODE_HTML = 'html'

Methods

__construct()

public __construct(array<string|int, mixed> $params) : mixed
Parameters
$params : array<string|int, mixed>

getCategoryId()

public getCategoryId() : int|null
Return values
int|null

getColumnNameToEditableFieldNameMap()

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

getEditableFieldsWhitelist()

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

getID()

public getID() : string
Return values
string

getIsAllItemsCategory()

public getIsAllItemsCategory() : bool|null
Return values
bool|null

getIsMyCompany()

public getIsMyCompany() : bool|null
Return values
bool|null

getIsRecurring()

public getIsRecurring() : bool|null
Return values
bool|null

isAllItemsCategory()

public isAllItemsCategory() : bool
Return values
bool

isExcelMode()

public isExcelMode() : bool
Return values
bool

isHtmlMode()

public isHtmlMode() : bool
Return values
bool

isMyCompany()

public isMyCompany() : bool
Return values
bool

isRecurring()

public isRecurring() : bool
Return values
bool

setCategoryId()

public setCategoryId(int|null $categoryId) : self
Parameters
$categoryId : int|null
Return values
self

setColumnNameToEditableFieldNameMap()

public setColumnNameToEditableFieldNameMap(array<string|int, mixed> $map) : self
Parameters
$map : array<string|int, mixed>
Return values
self

setEditableFieldsWhitelist()

public setEditableFieldsWhitelist(array<string|int, mixed>|null $fieldNames) : self
Parameters
$fieldNames : array<string|int, mixed>|null
Return values
self

setIsAllItemsCategory()

public setIsAllItemsCategory(bool|null $isAllItemsCategory) : self
Parameters
$isAllItemsCategory : bool|null
Return values
self

setIsMyCompany()

public setIsMyCompany(bool|null $isMyCompany) : self
Parameters
$isMyCompany : bool|null
Return values
self

setIsRecurring()

public setIsRecurring(bool|null $isRecurring) : self
Parameters
$isRecurring : bool|null
Return values
self

setMode()

public setMode(string $mode) : void
Parameters
$mode : string

        
On this page

Search results