%PDF- %PDF-
Direktori : /proc/self/root/home/bitrix/www/bitrix/modules/sale/lib/location/normalizer/ |
Current File : //proc/self/root/home/bitrix/www/bitrix/modules/sale/lib/location/normalizer/inormalizer.php |
<?php namespace Bitrix\Sale\Location\Normalizer; /** * Interface for location names normalizers * Interface INormalizer * @package Bitrix\Sale\Location\Normalizer */ interface INormalizer { /** * @param string $name Location name * @return string */ public function normalize($name); }