Home
last modified time | relevance | path

Searched defs:newsId (Results 1 – 5 of 5) sorted by relevance

/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php20 public function findByNewsAndStream(int $newsId, int $streamId): ?ModelPriority {
32 public function store(int $newsId, int $streamId): void {
H A DModelPriority.php21 public int $newsId; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelPriority
H A DModelNews.php11 public int $newsId; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelNews
/plugin/fksnewsfeed/admin/
H A Dpush.php107 private function newsAddForm(string $stream, int $newsId): string {
/plugin/fksnewsfeed/
H A Daction.php176 private function saveIntoStreams(int $newsId, string $streamName): void {