Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
emptyconverter.php
1<?php
2namespace Bitrix\Main\Text;
3
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}