Your IP : 172.71.120.3


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/numerator/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/numerator/hashable.php

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