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