Bitrix API

Task

Table of Contents

Methods

getTaskApproveTypeIds()  : array<string|int, mixed>
getTaskApproveTypeNames()  : array<string|int, mixed>
getTaskCodesIdsNames()  : mixed
getTaskCodesNames()  : array<string|int, mixed>
getTaskIdsStatuses()  : mixed
getTaskStatuses()  : array<string|int, mixed>
mapDictionarytoSqlCase()  : string
Transforms php array into sql CASE operator.
mapSerializedDictionarytoSqlCase()  : string
Transforms php array into sql CASE operator.
onBIConnectorDataSources()  : void
Event handler for onBIConnectorDataSources event.

Methods

getTaskApproveTypeIds()

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

getTaskApproveTypeNames()

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

getTaskCodesIdsNames()

public static getTaskCodesIdsNames() : mixed

getTaskCodesNames()

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

getTaskIdsStatuses()

public static getTaskIdsStatuses() : mixed

getTaskStatuses()

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

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
string

mapSerializedDictionarytoSqlCase()

Transforms php array into sql CASE operator.

public static mapSerializedDictionarytoSqlCase(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
string

onBIConnectorDataSources()

Event handler for onBIConnectorDataSources event.

public static onBIConnectorDataSources(Event $event) : void
Parameters
$event : Event

Event data.


        
On this page

Search results