Home
last modified time | relevance | path

Searched refs:serviceNews (Results 1 – 4 of 4) sorted by relevance

/plugin/fksnewsfeed/
H A Daction.php114 $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']);
H A Dhelper.php54 public ServiceNews $serviceNews; variable in helper_plugin_newsfeed
64 $this->serviceNews = new ServiceNews($this->sqlite);
/plugin/fksnewsfeed/admin/
H A Dpush.php70 $allNews = $this->helper->serviceNews->getAll();
73 $news = $this->helper->serviceNews->getById($id);
/plugin/fksnewsfeed/syntax/
H A Dfeed.php58 $news = $this->helper->serviceNews->getById($param['id']);