Your IP : 3.142.241.214


Current Path : /home/bitrix/ext_www/dev.shuft.com.ua/bitrix/modules/main/lib/text/
Upload File :
Current File : /home/bitrix/ext_www/dev.shuft.com.ua/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;
	}
}