1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
type.php
См. документацию.
1<?php
2
4
5class Type
6{
7 public const COLUMN = 'column';
8 public const SECTION = 'section';
9 public const TEXT = 'text';
10 public const MULTI_TEXT = 'multitext';
11 public const TEXTAREA = 'textarea';
12 public const NUMBER = 'number';
13 public const MULTI_NUMBER = 'multinumber';
14 public const DATETIME = 'datetime';
15 public const MULTI_DATETIME = 'multidatetime';
16 public const BOOLEAN = 'boolean';
17 public const LIST = 'list';
18 public const MULTI_LIST = 'multilist';
19 public const HTML = 'html';
20 public const LINK = 'link';
21 public const IMAGE = 'image';
22 public const CUSTOM = 'custom';
23 public const MONEY = 'money';
24 public const MULTI_MONEY = 'multimoney';
25 public const USER = 'user';
26 public const INCLUDED_AREA = 'included_area';
27}
const INCLUDED_AREA
Определения type.php:26
const USER
Определения type.php:25
const MULTI_NUMBER
Определения type.php:13
const MULTI_TEXT
Определения type.php:10
const COLUMN
Определения type.php:7
const CUSTOM
Определения type.php:22
const TEXT
Определения type.php:9
const MULTI_LIST
Определения type.php:18
const DATETIME
Определения type.php:14
const MULTI_DATETIME
Определения type.php:15
const LIST
Определения type.php:17
const SECTION
Определения type.php:8
const LINK
Определения type.php:20
const HTML
Определения type.php:19
const MONEY
Определения type.php:23
const TEXTAREA
Определения type.php:11
const BOOLEAN
Определения type.php:16
const MULTI_MONEY
Определения type.php:24
const IMAGE
Определения type.php:21
const NUMBER
Определения type.php:12