Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/forum/lib/comments/service/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/forum/lib/comments/service/servicedefault.php

<?php

namespace Bitrix\Forum\Comments\Service;

class ServiceDefault extends Base
{
	const TYPE = 'DEFAULT';

	public function getText(string $text = '', array $params = []): string
	{
		return $text;
	}
}