Your IP : 172.71.120.4


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/messageservice/lib/Providers/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/messageservice/lib/Providers/Informant.php

<?php

namespace Bitrix\MessageService\Providers;

interface Informant
{
	public function isConfigurable(): bool;
	public function getType(): string;
	public function getId(): string;
	public function getName(): string;
	public function getShortName(): string;
	public function getManageUrl(): string;

}