Searched defs:old_data (Results 1 – 12 of 12) sorted by relevance
| /plugin/structtasks/meta/ |
| D | AbstractNotifier.php | 63 abstract function getNotifiableUsers($page, $editor_email, $new_data, $old_data); 141 $old_data, $mailer = NULL) {
|
| D | OverdueNotifier.php | 21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | SelfRemovalNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | AssignedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | DateNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | DeletedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | RemovedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | ClosedStatusNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | TodayNotifier.php | 21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | OpenStatusNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | ReminderNotifier.php | 42 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| /plugin/structtasks/_test/ |
| D | NotifiersTest.php | 306 public function testNotifiers($notifier, $recipients, $new_data, $old_data, $key) {
|