Searched defs:editor_email (Results 1 – 12 of 12) sorted by relevance
/plugin/structtasks/meta/ |
H A D | AbstractNotifier.php | 63 abstract function getNotifiableUsers($page, $editor_email, $new_data, $old_data); 140 public function sendMessage($page_id, $page_title, $editor, $editor_email, $new_data,
|
H A D | AssignedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
H A D | ClosedStatusNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
H A D | RemovedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
H A D | SelfRemovalNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
H A D | TodayNotifier.php | 21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
H A D | DateNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
H A D | DeletedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
H A D | OpenStatusNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
H A D | OverdueNotifier.php | 21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
H A D | ReminderNotifier.php | 42 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
/plugin/structtasks/_test/ |
H A D | NotifiersTest.php | 51 const editor_email = 'Some User <some.user@example.com>'; define in dokuwiki\\plugin\\structtasks\\test\\notifiers_plugin_structtasks_test
|