ControlPanelMenuMapper
FinalYes
Table of Contents
Constants
- CONTROL_PANEL_CODE_NAME = 'crm_control_panel_menu'
- MENU_ID_CRM_ANALYTICS = 'crm_analytics'
- MENU_ID_CRM_BI = 'crm_bi'
- MENU_ID_CRM_CATALOGUE = 'crm_catalogue'
- MENU_ID_CRM_CLIENT = 'crm_clients'
- MENU_ID_CRM_COMPANY = 'menu_crm_company'
- MENU_ID_CRM_CONTACT = 'menu_crm_contact'
- MENU_ID_CRM_CONTACT_CENTER = 'menu_contact_center'
- MENU_ID_CRM_INTEGRATIONS = 'crm_integrations'
- MENU_ID_CRM_SALES = 'crm_sales'
- MENU_ID_CRM_SETTINGS = 'crm_settings'
- MENU_ID_CRM_SIGN_COUNTERPARTY = 'menu_crm_counterparty'
- MENU_ID_CRM_SIGN_COUNTERPARTY_CONTACTS = 'menu_crm_counterparty_contacts'
- MENU_ID_CRM_STORE_CONTRACTORS = 'menu_crm_store_contractors'
- MENU_ID_CRM_STORE_CONTRACTORS_COMPANIES = 'menu_crm_store_contractors_companies'
- MENU_ID_CRM_STORE_CONTRACTORS_CONTACTS = 'menu_crm_store_contractors_contacts'
- MENU_ID_DYNAMIC_LIST = 'dynamic_list'
Methods
- getCrmTabMenuIdByEntityTypeId() : string|null
- getCrmTabMenuIdById() : string|null
- getParentDynamicMenuId() : string|null
- getParentMenuId() : string|null
Constants
CONTROL_PANEL_CODE_NAME
public
mixed
CONTROL_PANEL_CODE_NAME
= 'crm_control_panel_menu'
MENU_ID_CRM_ANALYTICS
public
mixed
MENU_ID_CRM_ANALYTICS
= 'crm_analytics'
MENU_ID_CRM_BI
public
mixed
MENU_ID_CRM_BI
= 'crm_bi'
MENU_ID_CRM_CATALOGUE
public
mixed
MENU_ID_CRM_CATALOGUE
= 'crm_catalogue'
MENU_ID_CRM_CLIENT
public
mixed
MENU_ID_CRM_CLIENT
= 'crm_clients'
MENU_ID_CRM_COMPANY
public
mixed
MENU_ID_CRM_COMPANY
= 'menu_crm_company'
MENU_ID_CRM_CONTACT
public
mixed
MENU_ID_CRM_CONTACT
= 'menu_crm_contact'
MENU_ID_CRM_CONTACT_CENTER
public
mixed
MENU_ID_CRM_CONTACT_CENTER
= 'menu_contact_center'
MENU_ID_CRM_INTEGRATIONS
public
mixed
MENU_ID_CRM_INTEGRATIONS
= 'crm_integrations'
MENU_ID_CRM_SALES
public
mixed
MENU_ID_CRM_SALES
= 'crm_sales'
MENU_ID_CRM_SETTINGS
public
mixed
MENU_ID_CRM_SETTINGS
= 'crm_settings'
MENU_ID_CRM_SIGN_COUNTERPARTY
public
mixed
MENU_ID_CRM_SIGN_COUNTERPARTY
= 'menu_crm_counterparty'
MENU_ID_CRM_SIGN_COUNTERPARTY_CONTACTS
public
mixed
MENU_ID_CRM_SIGN_COUNTERPARTY_CONTACTS
= 'menu_crm_counterparty_contacts'
MENU_ID_CRM_STORE_CONTRACTORS
public
mixed
MENU_ID_CRM_STORE_CONTRACTORS
= 'menu_crm_store_contractors'
MENU_ID_CRM_STORE_CONTRACTORS_COMPANIES
public
mixed
MENU_ID_CRM_STORE_CONTRACTORS_COMPANIES
= 'menu_crm_store_contractors_companies'
MENU_ID_CRM_STORE_CONTRACTORS_CONTACTS
public
mixed
MENU_ID_CRM_STORE_CONTRACTORS_CONTACTS
= 'menu_crm_store_contractors_contacts'
MENU_ID_DYNAMIC_LIST
public
mixed
MENU_ID_DYNAMIC_LIST
= 'dynamic_list'
Methods
getCrmTabMenuIdByEntityTypeId()
public
static getCrmTabMenuIdByEntityTypeId(int $entityTypeId[, bool|null $withCRMMenuCodeNamePrefix = false ][, bool|null $withParentTabMenuId = false ]) : string|null
Parameters
- $entityTypeId : int
- $withCRMMenuCodeNamePrefix : bool|null = false
- $withParentTabMenuId : bool|null = false
Return values
string|nullgetCrmTabMenuIdById()
public
static getCrmTabMenuIdById(string $id[, bool|null $withCRMMenuCodeNamePrefix = false ][, bool|null $withParentTabMenuId = false ]) : string|null
Parameters
- $id : string
- $withCRMMenuCodeNamePrefix : bool|null = false
- $withParentTabMenuId : bool|null = false
Return values
string|nullgetParentDynamicMenuId()
public
static getParentDynamicMenuId(int $entityTypeId[, bool|null $withCRMMenuCodeNamePrefix = false ]) : string|null
Parameters
- $entityTypeId : int
- $withCRMMenuCodeNamePrefix : bool|null = false
Return values
string|nullgetParentMenuId()
public
static getParentMenuId(string $menuId[, bool|null $withCRMMenuCodeNamePrefix = false ]) : string|null
Parameters
- $menuId : string
- $withCRMMenuCodeNamePrefix : bool|null = false