public function SimplenewsSpool::__construct in Simplenews 7.2
Same name and namespace in other branches
- 7 includes/simplenews.source.inc \SimplenewsSpool::__construct()
Implements SimplenewsSpoolInterface::_construct($spool_list);
Overrides SimplenewsSpoolInterface::__construct
File
- includes/
simplenews.source.inc, line 262 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSpool
- Simplenews Spool implementation.
Code
public function __construct($spool_list) {
$this->spool_list = $spool_list;
}