You are here

function SimplenewsSpoolInterface::__construct in Simplenews 7.2

Same name and namespace in other branches
  1. 7 includes/simplenews.source.inc \SimplenewsSpoolInterface::__construct()

Initalizes the spool implementation.

Parameters

$spool_list: An array of rows from the {simplenews_mail_spool} table.

1 method overrides SimplenewsSpoolInterface::__construct()
SimplenewsSpool::__construct in includes/simplenews.source.inc
Implements SimplenewsSpoolInterface::_construct($spool_list);

File

includes/simplenews.source.inc, line 212
Contains SimplenewsSource interface and implementations.

Class

SimplenewsSpoolInterface
A Simplenews spool implementation is a factory for Simplenews sources.

Code

function __construct($pool_list);