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
DESKTOP
public
mixed
DESKTOP
= 'desktop'
MOBILE
public
mixed
MOBILE
= 'mobile'
PULL
public
mixed
PULL
= 'pull'
REST
public
mixed
REST
= 'rest'
__construct()
public
__construct(ItemIdentifier $identifier, string $type[, int $userId = null ]) : mixed
Parameters
-
$identifier
: ItemIdentifier
-
-
$type
: string
-
-
$userId
: int
= null
-
canReadEntity()
public
canReadEntity() : bool
getCurrentCrmMode()
public
getCurrentCrmMode([bool $useAnalyticsMap = true ]) : string
Parameters
-
$useAnalyticsMap
: bool
= true
-
getEntityCategoryId()
public
getEntityCategoryId() : int|null
getEntityId()
public
getEntityId() : int
getEntityTypeId()
public
getEntityTypeId() : int
getIdentifier()
public
getIdentifier() : ItemIdentifier
Return values
ItemIdentifier
getType()
public
getType() : string
getUserId()
public
getUserId() : int
getUserPermissions()
public
getUserPermissions() : UserPermissions
isClosedEntity()
public
final isClosedEntity() : bool