Home
last modified time | relevance | path

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

/plugin/acknowledge/_test/
H A DStatsTest.php54 $this->helper->importAcknowledgement('stats1:a', 'regular', 2000);
55 $this->helper->importAcknowledgement('stats1:a', 'max', 500);
59 $this->helper->importAcknowledgement('stats1:b', 'regular', 2000);
63 $this->helper->importAcknowledgement('stats1:sub:d', 'regular', 2000);
H A DNotificationIntegrationTest.php65 $this->helper->importAcknowledgement('wiki:done', 'alice', 2000);
66 $this->helper->importAcknowledgement('wiki:outdated', 'alice', 1000);
/plugin/acknowledge/
H A Dcli.php152 … $this->helper->importAcknowledgement($entry['page'], $entry['user'], $entry['time']);
H A Dhelper.php479 public function importAcknowledgement($page, $user, $time) function in helper_plugin_acknowledge