%PDF- %PDF-
| Direktori : /proc/self/root/proc/10577/cwd/home/bitrix/www/bitrix/modules/main/lib/text/ |
| Current File : //proc/self/root/proc/10577/cwd/home/bitrix/www/bitrix/modules/main/lib/text/emptyconverter.php |
<?php
namespace Bitrix\Main\Text;
class EmptyConverter
extends Converter
{
public function encode($text, $textType = "")
{
return $text;
}
public function decode($text, $textType = "")
{
return $text;
}
}