%PDF- %PDF-
| Direktori : /proc/self/root/home/bitrix/www/bitrix/modules/main/lib/numerator/ |
| Current File : //proc/self/root/home/bitrix/www/bitrix/modules/main/lib/numerator/hashable.php |
<?php
namespace Bitrix\Main\Numerator;
/**
* Interface Hashable
* @package Bitrix\Main\Numerator
*/
interface Hashable
{
public function getHash();
}