Bitrix API

EntityViewSettings

Table of Contents

Constants

ACTIVITY_VIEW  = BX_CRM_VIEW_ACTIVITY
ACTIVITY_VIEW_NAME  = 'ACTIVITY'
CALENDAR_VIEW  = BX_CRM_VIEW_CALENDAR
CALENDAR_VIEW_NAME  = 'CALENDAR'
DEADLINES_VIEW  = BX_CRM_VIEW_DEADLINES
DEADLINES_VIEW_NAME  = 'DEADLINES'
KANBAN_VIEW  = BX_CRM_VIEW_KANBAN
KANBAN_VIEW_NAME  = 'KANBAN'
LIST_VIEW  = BX_CRM_VIEW_LIST
LIST_VIEW_NAME  = 'LIST'
UNDEFINED  = BX_CRM_VIEW_UNDEFINED
WIDGET_VIEW  = BX_CRM_VIEW_WIDGET
WIDGET_VIEW_NAME  = 'WIDGET'

Methods

getDefaultPageUrl()  : string
Get default entity type name for user interface.
getViewID()  : int
Get current view ID by entity type ID.
resolveID()  : int
Resolve view ID by name.
resolveName()  : string
Resolve view name by ID.

Constants

Methods

getDefaultPageUrl()

Get default entity type name for user interface.

public static getDefaultPageUrl() : string
Return values
string

getViewID()

Get current view ID by entity type ID.

public getViewID(int $entityTypeID) : int
Parameters
$entityTypeID : int

Entity Type ID.

Return values
int

resolveID()

Resolve view ID by name.

public static resolveID(string $name) : int
Parameters
$name : string

View Name.

Return values
int

resolveName()

Resolve view name by ID.

public static resolveName(int $ID) : string
Parameters
$ID : int

View ID.

Return values
string

        
On this page

Search results