Searched defs:old_data (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); 141 $old_data, $mailer = NULL) {
|
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 | 306 public function testNotifiers($notifier, $recipients, $new_data, $old_data, $key) {
|