Home
last modified time | relevance | path

Searched refs:servicePriority (Results 1 – 5 of 5) sorted by relevance

/plugin/fksnewsfeed/
H A Dhelper.php55 public ServicePriority $servicePriority; variable in helper_plugin_newsfeed
65 $this->servicePriority = new ServicePriority($this->sqlite);
H A Daction.php183 $this->helper->servicePriority->store($newsId, $stream);
195 …$priority = $this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stre…
197 $this->helper->servicePriority->update($priority, [
209 …$priority = $this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stre…
/plugin/fksnewsfeed/admin/
H A Dpush.php49 $this->helper->servicePriority->store($newsId, $streamId);
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php103 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
H A DFykosRenderer.php87 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);