Bitrix API

CompanySettings extends EntitySettings implements ISettingsSupportsCategory

Table of Contents

Interfaces

ISettingsSupportsCategory
Interface ISettingsSupportsCategory

Constants

FLAG_ENABLE_ADDRESS  = 1
FLAG_NONE  = 0

Methods

__construct()  : mixed
checkFlag()  : bool
Check if specified flag is enabled.
getCategoryId()  : int|null
getEntityTypeID()  : int
Get Entity Type ID.
getEntityTypeName()  : string
Get Entity Type Name.
getID()  : mixed
getUserFieldEntityID()  : string
Get User Field Entity ID.
isMyCompanyMode()  : bool
unsupportedFields()  : array<string|int, string>

Constants

Methods

__construct()

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

checkFlag()

Check if specified flag is enabled.

public checkFlag(int $flag) : bool
Parameters
$flag : int

Flag value.

Return values
bool

getCategoryId()

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

getEntityTypeID()

Get Entity Type ID.

public getEntityTypeID() : int
Return values
int

getEntityTypeName()

Get Entity Type Name.

public getEntityTypeName() : string
Return values
string

getUserFieldEntityID()

Get User Field Entity ID.

public getUserFieldEntityID() : string
Return values
string

isMyCompanyMode()

public isMyCompanyMode() : bool
Return values
bool

unsupportedFields()

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

        
On this page

Search results