Current Path : /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/main/lib/numerator/ |
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(); }