1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
entitybase.php
См. документацию.
1
<?
2
3
namespace
Bitrix\Main\UI\Selector;
4
5
abstract
class
EntityBase
6
{
7
public
function
getData
()
8
{
9
return
array
(
10
'ITEMS'
=>
array
(),
11
'ITEMS_LAST'
=>
array
(),
12
'ADDITIONAL_INFO'
=>
array
()
13
);
14
}
15
16
public
function
search
()
17
{
18
return
array
(
19
'ITEMS'
=>
array
(),
20
'ADDITIONAL_INFO'
=>
array
()
21
);
22
}
23
24
public
function
getTabList
()
25
{
26
return
array
();
27
}
28
29
public
function
loadAll
()
30
{
31
return
array
();
32
}
33
34
public
function
getItemName
($itemCode =
''
)
35
{
36
return
''
;
37
}
38
}
Bitrix\Main\UI\Selector\EntityBase
Определения
entitybase.php:6
Bitrix\Main\UI\Selector\EntityBase\getTabList
getTabList()
Определения
entitybase.php:24
Bitrix\Main\UI\Selector\EntityBase\search
search()
Определения
entitybase.php:16
Bitrix\Main\UI\Selector\EntityBase\getData
getData()
Определения
entitybase.php:7
Bitrix\Main\UI\Selector\EntityBase\getItemName
getItemName($itemCode='')
Определения
entitybase.php:34
Bitrix\Main\UI\Selector\EntityBase\loadAll
loadAll()
Определения
entitybase.php:29
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
main
lib
ui
selector
entitybase.php
Создано системой
1.14.0