1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
contact.php
См. документацию.
1<?php
2
3namespace Bitrix\Sale\Delivery\Services;
4
10final 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}
setName(string $name)
Определения contact.php:30
addPhone(Phone $phone)
Определения contact.php:48
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$name
Определения menu_edit.php:35