Home
last modified time | relevance | path

Searched refs:serviceStream (Results 1 – 7 of 7) sorted by relevance

/plugin/fksnewsfeed/admin/
H A Dpush.php38 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
59 $stream = $this->helper->serviceStream->findByName($streamName);
63 $streams = $this->helper->serviceStream->getAll();
H A Dstream.php31 $streams = $this->helper->serviceStream->getAll();
/plugin/fksnewsfeed/
H A Dhelper.php57 public ServiceStream $serviceStream; variable in helper_plugin_newsfeed
67 $this->serviceStream = new ServiceStream($this->sqlite);
H A Daction.php127 $stream = $this->helper->serviceStream->findByName($streamId);
177 $stream = $this->helper->serviceStream->findByName($streamName);
193 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
208 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php36 $stream = $this->helper->serviceStream->findByName($param['stream']);
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php101 $stream = $this->helper->serviceStream->findByName($streamName);
H A DFykosRenderer.php86 $stream = $this->helper->serviceStream->findByName($streamName);