1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
xmlconverter.php
См. документацию.
1<?php
2namespace Bitrix\Main\Text;
3
5{
6 public function encode($text, $textType = "")
7 {
8 if (is_object($text))
9 return $text;
10
12 }
13
14 public function decode($text, $textType = "")
15 {
16 if (is_object($text))
17 return $text;
18
19 return htmlspecialchars_decode($text);
20 }
21}
static encode($string, $flags=ENT_COMPAT, $doubleEncode=true)
Определения htmlfilter.php:12
encode($text, $textType="")
Определения xmlconverter.php:6
decode($text, $textType="")
Определения xmlconverter.php:14
$text
Определения template_pdf.php:79