Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
RegistryEntry.php
1<?php
2
3namespace Bitrix\Im\V2;
4
5interface RegistryEntry
6{
12 public function setRegistry(Registry $registry): self;
13
18 public function getRegistry(): ?Registry;
19}
getRegistry()
setRegistry(Registry $registry)