Your IP : 52.14.110.186


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/main/lib/text/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/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;
	}
}