Bitrix API

DynamicMultipleProvider extends BaseProvider

Table of Contents

Constants

DYNAMIC_MULTIPLE_ID  = 'dynamic_multiple'

Methods

__construct()  : mixed
doSearch()  : void
fillDialog()  : void
getChildren()  : void
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
parseId()  : array<string|int, mixed>
prepareId()  : string

Constants

Methods

__construct()

public __construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
$options : 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>
Return values
array<string|int, Item>

parseId()

public static parseId(string $id) : array<string|int, mixed>
Parameters
$id : string
Return values
array<string|int, mixed>

prepareId()

public static prepareId(int $entityTypeId, int $entityId) : string
Parameters
$entityTypeId : int
$entityId : int
Return values
string

        
On this page

Search results