Namshi\Notificator\Notification\Email\EmailNotificationInterface::getRecipientAddresses PHP 메소드

getRecipientAddresses() 공개 메소드

Returns the email address that will receive this notification.
public getRecipientAddresses ( ) : array
리턴 array
    function getRecipientAddresses();
EmailNotificationInterface