Your IP : 18.219.23.38


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