1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
creditreturncheck.php
См. документацию.
1<?php
2
3namespace Bitrix\Sale\Cashbox;
4
5use Bitrix\Main;
6
8
13
15{
19 public static function getType()
20 {
21 return 'creditreturn';
22 }
23
27 public static function getName()
28 {
29 return Main\Localization\Loc::getMessage('SALE_CASHBOX_CREDIT_RETURN_NAME');
30 }
31
35 public static function getCalculatedSign()
36 {
37 return static::CALCULATED_SIGN_CONSUMPTION;
38 }
39}
static loadMessages($file)
Определения loc.php:65
static getMessage($code, $replace=null, $language=null)
Определения loc.php:30