Bitrix API

EntityType

FinalYes

Table of Contents

Constants

COMPANY  = 'company'
CONTACT  = 'contact'
DEPARTMENT  = 'department'
DEPARTMENT_FLAT  = 'department_flat'
USER  = 'user'

Methods

getAll()  : array<string|int, self::*>
getCrmTypes()  : array<string|int, mixed>
getEntitySelectorTypes()  : array<string|int, mixed>
isCrmEntity()  : bool
isDepartment()  : bool

Constants

DEPARTMENT

public mixed DEPARTMENT = 'department'

DEPARTMENT_FLAT

public mixed DEPARTMENT_FLAT = 'department_flat'

Methods

getAll()

public static getAll() : array<string|int, self::*>
Return values
array<string|int, self::*>

getCrmTypes()

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

getEntitySelectorTypes()

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

isCrmEntity()

public static isCrmEntity(string|null $entity) : bool
Parameters
$entity : string|null
Return values
bool

isDepartment()

public static isDepartment(mixed $entityType) : bool
Parameters
$entityType : mixed
Return values
bool

        
On this page

Search results