Bitrix API

ContactProvider extends EntityProvider uses FilterByIds, FilterByEmails

Table of Contents

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>
getRecentItemIds()  : array<string|int, mixed>
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> = []

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>

getRecentItemIds()

public getRecentItemIds(string $context) : array<string|int, mixed>
Parameters
$context : string
Return values
array<string|int, mixed>

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