Example #1
0
 public function __construct(array $defaults = [])
 {
     parent::__construct();
     $defaults = array_merge(['userId' => 'test', 'urlHash' => 'urlHash', 'url' => 'http://the.url.com', 'title' => 'title', 'faviconLink' => 'http://feed.com/favicon.ico', 'added' => 3000, 'folderId' => 0, 'link' => 'http://feed.com/rss', 'preventUpdate' => false, 'deletedAt' => 0, 'articlesPerUpdate' => 40, 'lastModified' => 10, 'etag' => '', 'location' => 'http://feed.com/rss', 'ordering' => 0, 'fullTextEnabled' => false, 'pinned' => false, 'updateMode' => 0, 'updateErrorCount' => 0, 'lastUpdateError' => ''], $defaults);
     unset($defaults['items']);
     $this->fillDefaults($defaults);
 }