function SimplenewsSourceCacheInterface::__construct in Simplenews 7
Same name and namespace in other branches
- 7.2 includes/simplenews.source.inc \SimplenewsSourceCacheInterface::__construct()
Create a new instance, allows to initialize based on the used source.
1 method overrides SimplenewsSourceCacheInterface::__construct()
- SimplenewsSourceCacheStatic::__construct in includes/
simplenews.source.inc - Implements SimplenewsSourceNodeInterface::__construct().
File
- includes/
simplenews.source.inc, line 151 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceCacheInterface
- Interface for a simplenews source cache implementation.
Code
function __construct(SimplenewsSourceNodeInterface $source);