Your IP : 3.21.103.8


Current Path : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/modules/main/lib/userfield/
Upload File :
Current File : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/modules/main/lib/userfield/signaturehelpercreate.php

<?php
namespace Bitrix\Main\UserField;

class SignatureHelperCreate extends SignatureHelper
{
	protected static function getSignatureParam(array $fieldParam)
	{
		return serialize(array(
			'ENTITY_ID' => strval($fieldParam['ENTITY_ID']),
		));
	}
}