Overview

Namespaces

  • Avisota
    • Event
    • Message
    • Queue
    • Recipient
    • RecipientSource
    • Renderer
    • Templating
    • Test
      • Database
      • Imap
      • Message
      • Queue
      • Renderer
      • Transport
    • Transport

Classes

  • CSVFile
  • Dummy

Interfaces

  • RecipientSourceInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Interface RecipientSourceInterface

A recipient source provide a list of recipients.

Direct known implementers

Avisota\RecipientSource\CSVFile, Avisota\RecipientSource\Dummy
Namespace: Avisota\RecipientSource
Package: avisota-core
Located at src/Avisota/RecipientSource/RecipientSourceInterface.php
Methods summary
public integer
# countRecipients( )

Count the recipients.

Count the recipients.

Returns

integer
public Avisota\Recipient\RecipientInterface[]
# getRecipients( integer $limit = null, integer $offset = null )

Get all recipients.

Get all recipients.

Parameters

$limit
integer
$limit Limit result to given count.
$offset
integer
$offset Skip certain count of recipients.

Returns

Avisota\Recipient\RecipientInterface[]
avisota/core API documentation generated by ApiGen 2.8.0