Bitrix API

NetworkProvider extends BaseProvider

Table of Contents

Methods

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

Methods

__construct()

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

createItem()

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

createItemList()

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

getEntityType()

public getEntityType() : string
Return values
string

getItems()

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

getNetworkLineList()

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

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>

        
On this page

Search results