1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
textnodetype.php
См. документацию.
1
<?
2
namespace
Bitrix\UI\EntitySelector;
3
4
class
TextNodeType
5
{
6
public
const
TEXT
=
'text'
;
7
public
const
HTML
=
'html'
;
8
9
public
static
function
isValid
(
$type
): bool
10
{
11
return
is_string(
$type
) && (
$type
=== self::TEXT ||
$type
=== self::HTML);
12
}
13
}
$type
$type
Определения
options.php:106
Bitrix\UI\EntitySelector\TextNodeType
Определения
textnodetype.php:5
Bitrix\UI\EntitySelector\TextNodeType\isValid
static isValid($type)
Определения
textnodetype.php:9
Bitrix\UI\EntitySelector\TextNodeType\TEXT
const TEXT
Определения
textnodetype.php:6
Bitrix\UI\EntitySelector\TextNodeType\HTML
const HTML
Определения
textnodetype.php:7
bitrix
modules
ui
lib
entityselector
textnodetype.php
Создано системой
1.14.0