portal.mkgtu.ru/common/services/messagesDeliver/IMessageRecipient.php

8 lines
133 B
PHP
Executable File

<?php
namespace common\services\messagesDeliver;
interface IMessageRecipient
{
public function getRecipientAddress(): string;
}