1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
contact.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sale\Delivery\Services;
4
10
final
class
Contact
11
{
13
private
$name;
14
16
private
$phones = [];
17
21
public
function
getName
(): ?string
22
{
23
return
$this->name
;
24
}
25
30
public
function
setName
(
string
$name):
Contact
31
{
32
$this->name = $name;
33
return
$this;
34
}
35
39
public
function
getPhones
():
array
40
{
41
return
$this->phones;
42
}
43
48
public
function
addPhone
(
Phone
$phone):
Contact
49
{
50
$this->phones[] = $phone;
51
return
$this;
52
}
53
}
Bitrix\Sale\Delivery\Services\Contact
Определения
contact.php:11
Bitrix\Sale\Delivery\Services\Contact\setName
setName(string $name)
Определения
contact.php:30
Bitrix\Sale\Delivery\Services\Contact\getName
getName()
Определения
contact.php:21
Bitrix\Sale\Delivery\Services\Contact\getPhones
getPhones()
Определения
contact.php:39
Bitrix\Sale\Delivery\Services\Contact\addPhone
addPhone(Phone $phone)
Определения
contact.php:48
Bitrix\Sale\Delivery\Services\Phone
Определения
phone.php:11
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$name
$name
Определения
menu_edit.php:35
bitrix
modules
sale
lib
delivery
services
contact.php
Создано системой
1.14.0