1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
emptyconverter.php
См. документацию.
1
<?php
2
namespace
Bitrix\Main\Text;
3
4
class
EmptyConverter
5
extends
Converter
6
{
7
public
function
encode
(
$text
, $textType =
""
)
8
{
9
return
$text
;
10
}
11
12
public
function
decode
(
$text
, $textType =
""
)
13
{
14
return
$text
;
15
}
16
}
Bitrix\Main\Text\Converter
Определения
converter.php:5
Bitrix\Main\Text\EmptyConverter
Определения
emptyconverter.php:6
Bitrix\Main\Text\EmptyConverter\encode
encode($text, $textType="")
Определения
emptyconverter.php:7
Bitrix\Main\Text\EmptyConverter\decode
decode($text, $textType="")
Определения
emptyconverter.php:12
$text
$text
Определения
template_pdf.php:79
bitrix
modules
main
lib
text
emptyconverter.php
Создано системой
1.14.0