EmailSourceInterface
in
Table of Contents
- getEmails() : array<string|int, mixed>
- Emails getter, must return an array of this form :
- getHandle() : string
- Handle getter
- getName() : string
- Name getter
Methods
getEmails()
Emails getter, must return an array of this form :
public
getEmails() : array<string|int, mixed>
[ 'email@domain.com' => 'Name', 'email2@domain.com' => null ]
Return values
array<string|int, mixed> —getHandle()
Handle getter
public
getHandle() : string
Return values
string —getName()
Name getter
public
getName() : string