Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F442714
PhabricatorCalendarImportReloadTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
543 B
Referenced Files
None
Subscribers
None
PhabricatorCalendarImportReloadTransaction.php
View Options
<?php
final
class
PhabricatorCalendarImportReloadTransaction
extends
PhabricatorCalendarImportTransactionType
{
const
TRANSACTIONTYPE
=
'calendar.import.reload'
;
public
function
generateOldValue
(
$object
)
{
return
false
;
}
public
function
applyExternalEffects
(
$object
,
$value
)
{
// NOTE: This transaction does nothing directly; instead, the Editor
// reacts to it and performs the reload.
}
public
function
getTitle
()
{
return
pht
(
'%s reloaded this event source.'
,
$this
->
renderAuthor
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 9:22 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
64685
Default Alt Text
PhabricatorCalendarImportReloadTransaction.php (543 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment