1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
message.php
См. документацию.
1<?php
2namespace Bitrix\Calendar\Core\Queue\Interfaces;
3
15interface Message
16{
17
23 public function setBody($body): self;
27 public function getBody();
28
29
30 public function setProperties(array $properties): self;
31
35 public function getProperties(): array;
36
37 public function setProperty(string $name, $value): self;
38
39 public function getProperty(string $name, $default = null);
40
41 public function setHeaders(array $headers): self;
42
46 public function getHeaders(): array;
47
48 public function setHeader(string $name, $value): self;
49
50 public function getHeader(string $name, $default = null);
51
52 public function setRoutingKey(string $routingKey = null): self;
53
54 public function getRoutingKey(): ?string;
55}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
getHeader(string $name, $default=null)
getProperty(string $name, $default=null)
$name
Определения menu_edit.php:35