Bitrix API

Context

Table of Contents

Constants

DESKTOP  = 'desktop'
MOBILE  = 'mobile'
PULL  = 'pull'
REST  = 'rest'

Methods

__construct()  : mixed
canReadEntity()  : bool
getCurrentCrmMode()  : string
getEntityCategoryId()  : int|null
getEntityId()  : int
getEntityTypeId()  : int
getIdentifier()  : ItemIdentifier
getType()  : string
getUserId()  : int
getUserPermissions()  : UserPermissions
isClosedEntity()  : bool

Constants

DESKTOP

public mixed DESKTOP = 'desktop'

MOBILE

public mixed MOBILE = 'mobile'

Methods

__construct()

public __construct(ItemIdentifier $identifier, string $type[, int $userId = null ]) : mixed
Parameters
$identifier : ItemIdentifier
$type : string
$userId : int = null

canReadEntity()

public canReadEntity() : bool
Return values
bool

getCurrentCrmMode()

public getCurrentCrmMode([bool $useAnalyticsMap = true ]) : string
Parameters
$useAnalyticsMap : bool = true
Return values
string

getEntityCategoryId()

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

getEntityId()

public getEntityId() : int
Return values
int

getEntityTypeId()

public getEntityTypeId() : int
Return values
int

getIdentifier()

public getIdentifier() : ItemIdentifier
Return values
ItemIdentifier

getType()

public getType() : string
Return values
string

getUserId()

public getUserId() : int
Return values
int

isClosedEntity()

public final isClosedEntity() : bool
Return values
bool

        
On this page

Search results