Searched refs:serviceNews (Results 1 – 4 of 4) sorted by relevance
114 $news = $this->helper->serviceNews->getById($newsId);166 $this->helper->serviceNews->create($data);167 … $this->saveIntoStreams($this->helper->serviceNews->getMaxId(), $INPUT->param('news')['stream']);169 $news = $this->helper->serviceNews->getById($INPUT->param('news')['id']);170 $this->helper->serviceNews->update($news, $data);218 $news = $this->helper->serviceNews->getAll();249 $data = $this->helper->serviceNews->getById($INPUT->param('news')['id']);
54 public ServiceNews $serviceNews; variable in helper_plugin_newsfeed64 $this->serviceNews = new ServiceNews($this->sqlite);
70 $allNews = $this->helper->serviceNews->getAll();73 $news = $this->helper->serviceNews->getById($id);
58 $news = $this->helper->serviceNews->getById($param['id']);