Your IP : 13.59.210.36


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

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