1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
attributemanager.php
См. документацию.
1<?php
2
3namespace Bitrix\Conversion;
4
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
Определения options.php:106
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$name
Определения menu_edit.php:35