Your IP : 3.133.150.216


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