Example #1
0
 /**
  * @return NewsItem[]
  */
 public function getNewsRaw()
 {
     return NewsItem::getNewsList($this->newsUrl, "raw");
 }