File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/sale/lib/location/normalizer/builder.php
Back
<?php namespace Bitrix\Sale\Location\Normalizer; /** * Class Builder * @package Bitrix\Sale\Location\Normalizer * Build location name normalizer */ class Builder implements IBuilder { /** * @param string $lang Language identifier * @return INormalizer */ public static function build($lang) { return new Normalizer([ new CommonNormalizer(), new LanguageNormalizer($lang), new SpaceNormalizer() ]); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.3 |
proxy
|
phpinfo
|
Settings