public function SimplenewsSourceTest::__construct in Simplenews 7
Same name and namespace in other branches
- 7.2 includes/simplenews.source.inc \SimplenewsSourceTest::__construct()
File
- includes/
simplenews.source.inc, line 963 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceTest
- Example source implementation used for tests.
Code
public function __construct($format) {
$this->format = $format;
}