Home
last modified time | relevance | path

Searched defs:old_data (Results 1 – 12 of 12) sorted by relevance

/plugin/structtasks/meta/
DAbstractNotifier.php63 abstract function getNotifiableUsers($page, $editor_email, $new_data, $old_data);
141 $old_data, $mailer = NULL) {
DOverdueNotifier.php21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DSelfRemovalNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DAssignedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DDateNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DDeletedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DRemovedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DClosedStatusNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DTodayNotifier.php21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DOpenStatusNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DReminderNotifier.php42 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
/plugin/structtasks/_test/
DNotifiersTest.php306 public function testNotifiers($notifier, $recipients, $new_data, $old_data, $key) {