@@ -15,6 +15,10 @@ |
||
15 | 15 | class CRSSFeed { |
16 | 16 | |
17 | 17 | // constructor - initialize SimplePie. |
18 | + |
|
19 | + /** |
|
20 | + * @param string[] $feedArr |
|
21 | + */ |
|
18 | 22 | public function __construct($feedArr, $duration = 3600) { |
19 | 23 | $this->object = new SimplePie(); |
20 | 24 | $this->object->set_cache_location(CACHE); |