1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
attendeebusy.php
См. документацию.
1<?php
2
4
6{
7 private string $attendeeName = '';
8 private array $busyUsersList = [];
9
10 public function getAttendeeName(): string
11 {
12 return $this->attendeeName;
13 }
14
15 public function getBusyUsersList(): array
16 {
17 return $this->busyUsersList;
18 }
19
20 public function setAttendeeName(string $attendeeName): self
21 {
22 $this->attendeeName = $attendeeName;
23 return $this;
24 }
25
26 public function setBusyUsersList(array $list): self
27 {
28 $this->busyUsersList = $list;
29 return $this;
30 }
31}
setAttendeeName(string $attendeeName)
Определения attendeebusy.php:20
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804