Activity
Table of Contents
Methods
- mapDictionarytoSqlCase() : string
- Transforms php array into sql CASE operator.
- onBIConnectorDataSources() : void
- Event handler for onBIConnectorDataSources event.
Methods
mapDictionarytoSqlCase()
Transforms php array into sql CASE operator.
public
static mapDictionarytoSqlCase(array<string|int, mixed> $dictionary, SqlHelper $helper) : string
Parameters
- $dictionary : array<string|int, mixed>
-
Items array to transform.
- $helper : SqlHelper
-
Sql helper to escape strings.
Return values
stringonBIConnectorDataSources()
Event handler for onBIConnectorDataSources event.
public
static onBIConnectorDataSources(Event $event) : void
Adds a key crm_activity to the second event parameter. Fills it with data to retrieve information from b_crm_act table.
Parameters
- $event : Event
-
Event data.