Craft Emails (2.x)

AllUsersEmailSource extends Component
in package
implements EmailSourceInterface

Interfaces, Classes, Traits and Enums

EmailSourceInterface

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>
Tags
inheritDoc
Return values
array<string|int, mixed>

getHandle()

Handle getter

public getHandle() : string
Tags
inheritDoc
Return values
string

getName()

Name getter

public getName() : string
Tags
inheritDoc
Return values
string

Search results