Your IP : 172.70.178.32


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/Initiator.php

<?php

namespace Bitrix\MessageService\Providers;

interface Initiator
{
	public function getFromList(): array;
	public function getDefaultFrom(): ?string;
	public function getFirstFromList();
	public function isCorrectFrom(string $from): bool;
}