1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
attributemanager.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Conversion;
4
5
final
class
AttributeManager
extends
Internals\TypeManager
6
{
7
static
protected
$event
=
'OnGetAttributeTypes'
;
8
static
protected
$types
=
array
();
9
static
protected
$ready
=
false
;
10
static
protected
$checkModule
=
true
;
11
12
static
public
function
getGroupedTypes
()
13
{
14
static
$groupedTypes =
array
();
15
16
if
(! $groupedTypes)
17
{
18
foreach
(self::getTypes() as
$name
=>
$type
)
19
{
20
if
(isset(
$type
[
'GROUP'
]))
21
{
22
$groupedTypes[
$type
[
'GROUP'
]][
$name
] =
$type
;
23
}
24
}
25
}
26
27
return
$groupedTypes;
28
}
29
}
$type
$type
Определения
options.php:106
Bitrix\Conversion\AttributeManager
Определения
attributemanager.php:6
Bitrix\Conversion\AttributeManager\$event
static $event
Определения
attributemanager.php:7
Bitrix\Conversion\AttributeManager\$ready
static $ready
Определения
attributemanager.php:9
Bitrix\Conversion\AttributeManager\$types
static $types
Определения
attributemanager.php:8
Bitrix\Conversion\AttributeManager\$checkModule
static $checkModule
Определения
attributemanager.php:10
Bitrix\Conversion\AttributeManager\getGroupedTypes
static getGroupedTypes()
Определения
attributemanager.php:12
Bitrix\Conversion\Internals\TypeManager
Определения
typemanager.php:11
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$name
$name
Определения
menu_edit.php:35
bitrix
modules
conversion
lib
attributemanager.php
Создано системой
1.14.0