Home
last modified time | relevance | path

Searched refs:SelfRemovalNotifier (Results 1 – 3 of 3) sorted by relevance

/plugin/structtasks/_test/
H A DNotifiersTest.php15 use dokuwiki\plugin\structtasks\meta\SelfRemovalNotifier; alias
156 SelfRemovalNotifier::class, $all_but_editor,
186 SelfRemovalNotifier::class, [], $old_data,
190 SelfRemovalNotifier::class, [],
223 SelfRemovalNotifier::class, [],
/plugin/structtasks/
H A Daction.php16 use dokuwiki\plugin\structtasks\meta\SelfRemovalNotifier; alias
47 new SelfRemovalNotifier($getConf, $getLang),
/plugin/structtasks/meta/
H A DSelfRemovalNotifier.php17 class SelfRemovalNotifier extends AbstractNotifier class