File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/components/bitrix/currency.field.money/class.php
Back
<?php if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die(); use Bitrix\Main\Component\BaseUfComponent; use Bitrix\Currency\UserField\Types\MoneyType; use Bitrix\Main\Localization\Loc; /** * Class MoneyUfComponent */ class MoneyUfComponent extends BaseUfComponent { /** * @return string */ protected static function getUserTypeId(): string { return MoneyType::USER_TYPE_ID; } /** * @return string */ public function getEmptyValueCaption(): string { return Loc::getMessage('USER_TYPE_MONEY_NO_VALUE'); } /** * @return string */ public function getEmptyCurrencyCaption(): string { return Loc::getMessage('USER_TYPE_MONEY_NO_CURRENCY'); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings