Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Dialog
+ Граф наследования:Dialog:

Открытые члены

 __construct (array $options)
 
 getId ()
 
 getContext ()
 
 getItemCollection ()
 
 getCurrentUserId ()
 
 addItem (Item $item)
 
 addItems (array $items)
 
 addRecentItem (Item $item)
 
 addRecentItems (array $items)
 
 setHeader (string $header, array $options=[])
 
 getHeader ()
 
 getHeaderOptions ()
 
 setFooter (string $footer, array $options=[])
 
 getFooter ()
 
 getFooterOptions ()
 
 handleItemAdd (Item $item)
 
 getRecentItems ()
 
 getGlobalRecentItems ()
 
 addTab (Tab $tab)
 
 getTabs ()
 
 getTab (string $tabId)
 
 addEntity (Entity $entity)
 
 getEntities ()
 
 getEntity (string $entityId)
 
 load ()
 
 doSearch (SearchQuery $searchQuery)
 
 getChildren (Item $parentItem)
 
 setPreselectedItems (array $preselectedItems)
 
 getPreselectedCollection ()
 
 loadPreselectedItems ($preselectedMode=true)
 
 shouldClearUnavailableItems ()
 
 saveRecentItems (array $recentItems)
 
 applyFilters ()
 
 getAjaxData ()
 
 jsonSerialize ()
 

Открытые статические члены

static createHiddenItem ($id, $entityId)
 
static getSelectedItems (array $ids, array $options=[])
 
static getPreselectedItems (array $ids, array $options=[])
 
static getItems (array $ids, array $options=[])
 

Защищенные данные

 $id
 
 $itemCollection
 
 $tabs = []
 
 $entities = []
 
 $recentItems
 
 $globalRecentItems
 
 $preselectedItems
 
 $context
 
 $header
 
 $headerOptions
 
 $footer
 
 $footerOptions
 
 $clearUnavailableItems = false
 

Подробное описание

См. определение в файле dialog.php строка 9

Конструктор(ы)

◆ __construct()

__construct ( array $options)

См. определение в файле dialog.php строка 49

Методы

◆ addEntity()

addEntity ( Entity $entity)

См. определение в файле dialog.php строка 256

◆ addItem()

addItem ( Item $item)

См. определение в файле dialog.php строка 112

◆ addItems()

addItems ( array $items)

См. определение в файле dialog.php строка 121

◆ addRecentItem()

addRecentItem ( Item $item)

См. определение в файле dialog.php строка 129

◆ addRecentItems()

addRecentItems ( array $items)

См. определение в файле dialog.php строка 148

◆ addTab()

addTab ( Tab $tab)

См. определение в файле dialog.php строка 235

◆ applyFilters()

applyFilters ( )

См. определение в файле dialog.php строка 687

◆ createHiddenItem()

static createHiddenItem ( $id,
$entityId )
static

См. определение в файле dialog.php строка 448

◆ doSearch()

doSearch ( SearchQuery $searchQuery)

См. определение в файле dialog.php строка 320

◆ getAjaxData()

getAjaxData ( )

См. определение в файле dialog.php строка 708

◆ getChildren()

getChildren ( Item $parentItem)

См. определение в файле dialog.php строка 357

◆ getContext()

getContext ( )

См. определение в файле dialog.php строка 97

◆ getCurrentUserId()

getCurrentUserId ( )

См. определение в файле dialog.php строка 107

◆ getEntities()

getEntities ( )
Возвращает
Entity[]

См. определение в файле dialog.php строка 267

◆ getEntity()

getEntity ( string $entityId)
Аргументы
string$entityId
Возвращает
Entity

См. определение в файле dialog.php строка 277

◆ getFooter()

getFooter ( )

См. определение в файле dialog.php строка 184

◆ getFooterOptions()

getFooterOptions ( )

См. определение в файле dialog.php строка 189

◆ getGlobalRecentItems()

getGlobalRecentItems ( )

См. определение в файле dialog.php строка 230

◆ getHeader()

getHeader ( )

См. определение в файле dialog.php строка 165

◆ getHeaderOptions()

getHeaderOptions ( )

См. определение в файле dialog.php строка 170

◆ getId()

getId ( )

См. определение в файле dialog.php строка 92

◆ getItemCollection()

getItemCollection ( )

См. определение в файле dialog.php строка 102

◆ getItems()

static getItems ( array $ids,
array $options = [] )
static

См. определение в файле dialog.php строка 478

◆ getPreselectedCollection()

getPreselectedCollection ( )

См. определение в файле dialog.php строка 381

◆ getPreselectedItems()

static getPreselectedItems ( array $ids,
array $options = [] )
static

См. определение в файле dialog.php строка 473

◆ getRecentItems()

getRecentItems ( )

См. определение в файле dialog.php строка 225

◆ getSelectedItems()

static getSelectedItems ( array $ids,
array $options = [] )
static
См. также
Dialog::getPreselectedCollection()

См. определение в файле dialog.php строка 468

◆ getTab()

getTab ( string $tabId)

См. определение в файле dialog.php строка 251

◆ getTabs()

getTabs ( )
Возвращает
Tab[]

См. определение в файле dialog.php строка 246

◆ handleItemAdd()

handleItemAdd ( Item $item)

См. определение в файле dialog.php строка 194

◆ jsonSerialize()

jsonSerialize ( )

См. определение в файле dialog.php строка 715

◆ load()

load ( )

См. определение в файле dialog.php строка 285

◆ loadPreselectedItems()

loadPreselectedItems ( $preselectedMode = true)

См. определение в файле dialog.php строка 389

◆ saveRecentItems()

saveRecentItems ( array $recentItems)

См. определение в файле dialog.php строка 496

◆ setFooter()

setFooter ( string $footer,
array $options = [] )

См. определение в файле dialog.php строка 175

◆ setHeader()

setHeader ( string $header,
array $options = [] )

См. определение в файле dialog.php строка 156

◆ setPreselectedItems()

setPreselectedItems ( array $preselectedItems)

См. определение в файле dialog.php строка 376

◆ shouldClearUnavailableItems()

shouldClearUnavailableItems ( )

См. определение в файле dialog.php строка 443

Данные класса

◆ $clearUnavailableItems

$clearUnavailableItems = false
protected

См. определение в файле dialog.php строка 47

◆ $context

$context
protected

См. определение в файле dialog.php строка 32

◆ $entities

$entities = []
protected

См. определение в файле dialog.php строка 20

◆ $footer

$footer
protected

См. определение в файле dialog.php строка 41

◆ $footerOptions

$footerOptions
protected

См. определение в файле dialog.php строка 44

◆ $globalRecentItems

$globalRecentItems
protected

См. определение в файле dialog.php строка 26

◆ $header

$header
protected

См. определение в файле dialog.php строка 35

◆ $headerOptions

$headerOptions
protected

См. определение в файле dialog.php строка 38

◆ $id

$id
protected

См. определение в файле dialog.php строка 11

◆ $itemCollection

$itemCollection
protected

См. определение в файле dialog.php строка 14

◆ $preselectedItems

$preselectedItems
protected

См. определение в файле dialog.php строка 29

◆ $recentItems

$recentItems
protected

См. определение в файле dialog.php строка 23

◆ $tabs

$tabs = []
protected

См. определение в файле dialog.php строка 17