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
COMPANY
public
mixed
COMPANY
= 'company'
CONTACT
public
mixed
CONTACT
= 'contact'
DEPARTMENT
public
mixed
DEPARTMENT
= 'department'
DEPARTMENT_FLAT
public
mixed
DEPARTMENT_FLAT
= 'department_flat'
USER
public
mixed
USER
= 'user'
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
boolisDepartment()
public
static isDepartment(mixed $entityType) : bool
Parameters
- $entityType : mixed