1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
Label.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sale\Label;
4
5
class
Label
6
{
7
public
function
__construct
(
private
string
$name
,
private
string
$value)
8
{
9
}
10
11
public
function
getName
(): string
12
{
13
return
$this->name
;
14
}
15
16
public
function
getValue
(): string
17
{
18
return
$this->value;
19
}
20
}
Bitrix\Sale\Label\Label
Определения
Label.php:6
Bitrix\Sale\Label\Label\getName
getName()
Определения
Label.php:11
Bitrix\Sale\Label\Label\getValue
getValue()
Определения
Label.php:16
Bitrix\Sale\Label\Label\__construct
__construct(private string $name, private string $value)
Определения
Label.php:7
$name
$name
Определения
menu_edit.php:35
bitrix
modules
sale
lib
Label
Label.php
Создано системой
1.14.0