Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101039802
PhabricatorCalendarImportReloadTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Feb 5, 02:29
Size
543 B
Mime Type
text/x-php
Expires
Fri, Feb 7, 02:29 (2 d)
Engine
blob
Format
Raw Data
Handle
24081912
Attached To
rPH Phabricator
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
());
}
}
Event Timeline
Log In to Comment