Searched refs:findByNewsAndStream (Results 1 – 4 of 4) sorted by relevance
20 public function findByNewsAndStream(int $newsId, int $streamId): ?ModelPriority { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\ServicePriority33 $model = $this->findByNewsAndStream($newsId, $streamId);
195 …$priority = $this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stre…209 …$priority = $this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stre…
103 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
87 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);