1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
relations.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Core\Event\Properties;
4
5use Bitrix\Calendar\Core\Base\BaseProperty;
6
8{
12 private ?string $commentXmlId;
13
14 public function __construct(?string $commentXmlId)
15 {
16 $this->commentXmlId = $commentXmlId;
17 }
18
19 public function getFields(): array
20 {
21 return [
22 'COMMENT_XML_ID' => $this->commentXmlId
23 ];
24 }
25
26 public function getCommentXmlId(): ?string
27 {
28 return $this->commentXmlId;
29 }
30
31 public function setCommentXmlId($commentXmlId): Relations
32 {
33 $this->commentXmlId = $commentXmlId;
34
35 return $this;
36 }
37
38 public function toString(): string
39 {
40 return $this->commentXmlId;
41 }
42}
__construct(?string $commentXmlId)
Определения relations.php:14
setCommentXmlId($commentXmlId)
Определения relations.php:31
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804