Your IP : 3.149.253.216


Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/main/lib/numerator/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/main/lib/numerator/hashable.php

<?php
namespace Bitrix\Main\Numerator;
/**
 * Interface Hashable
 * @package Bitrix\Main\Numerator
 */
interface Hashable
{
	public function getHash();
}