3 final class PhabricatorCalendarImportReloadTransaction
4 extends PhabricatorCalendarImportTransactionType
{
6 const TRANSACTIONTYPE
= 'calendar.import.reload';
8 public function generateOldValue($object) {
12 public function applyExternalEffects($object, $value) {
13 // NOTE: This transaction does nothing directly; instead, the Editor
14 // reacts to it and performs the reload.
17 public function getTitle() {
19 '%s reloaded this event source.',
20 $this->renderAuthor());