Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/messageservice/lib/Providers/
Upload File :
Current File : /var/www/homesaver/www/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;

}