CRM-13244 - ActionSchedule\Mapping - Privatize various fields
authorTim Otten <totten@civicrm.org>
Wed, 29 Jul 2015 03:26:04 +0000 (20:26 -0700)
committerTim Otten <totten@civicrm.org>
Sun, 27 Sep 2015 01:53:44 +0000 (21:53 -0400)
commit77e1639146fcc3f0d9e71a058f686ac67f07f206
tree5541c12f3f7065c768b56e69d73f61d4130a8c23
parent9c8748cc26338f4b0fe21ab957f8079f2b5a8c88
CRM-13244 - ActionSchedule\Mapping - Privatize various fields

These fields are kind of stupid and are mostly only used within the Mapping
class.

The main external usage was for looking up a mapping record by
`entity_value`.  However, this can be made simpler now that mapping IDs are
constant.
CRM/Admin/Form/ScheduleReminders.php
CRM/Core/ActionScheduleTmp.php
CRM/Core/BAO/ActionSchedule.php
CRM/Event/BAO/Event.php
CRM/Event/Form/ManageEvent/ScheduleReminders.php
CRM/Event/Form/ManageEvent/TabHeader.php
CRM/Event/Page/ManageEvent.php
Civi/ActionSchedule/Mapping.php
tests/phpunit/api/v3/ActionScheduleTest.php