Bitrix API

SupersetDashboardProvider extends BaseProvider

Table of Contents

Constants

ENTITY_ID  = 'biconnector-superset-dashboard'

Methods

__construct()  : mixed
doSearch()  : void
fillDialog()  : void
getChildren()  : void
getElements()  : array<string|int, mixed>
getItems()  : array<string|int, Item>
getOption()  : mixed
getOptions()  : array<string|int, mixed>
getPreselectedItems()  : array<string|int, Item>
getSelectedItems()  : array<string|int, Item>
handleBeforeItemSave()  : void
isAvailable()  : bool

Constants

Methods

__construct()

public __construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
$options : array<string|int, mixed> = []

getElements()

public getElements([array<string|int, mixed> $filter = [] ][, int|null $limit = null ]) : array<string|int, mixed>
Parameters
$filter : array<string|int, mixed> = []
$limit : int|null = null
Return values
array<string|int, mixed>

getItems()

public getItems(array<string|int, mixed> $ids) : array<string|int, Item>
Parameters
$ids : array<string|int, mixed>
Return values
array<string|int, Item>

getOption()

public getOption(string $option[, mixed $defaultValue = null ]) : mixed
Parameters
$option : string
$defaultValue : mixed = null

getOptions()

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

getPreselectedItems()

public getPreselectedItems(array<string|int, mixed> $ids) : array<string|int, Item>
Parameters
$ids : array<string|int, mixed>
Return values
array<string|int, Item>

getSelectedItems()

public getSelectedItems(array<string|int, mixed> $ids) : array<string|int, Item>
Parameters
$ids : array<string|int, mixed>
Tags
see
getPreselectedItems
Return values
array<string|int, Item>

        
On this page

Search results