Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F449502
PhabricatorCalendarEventDeclineTransaction.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
PhabricatorCalendarEventDeclineTransaction.php
View Options
<?php
final
class
PhabricatorCalendarEventDeclineTransaction
extends
PhabricatorCalendarEventReplyTransaction
{
const
TRANSACTIONTYPE
=
'calendar.decline'
;
public
function
generateNewValue
(
$object
,
$value
)
{
return
PhabricatorCalendarEventInvitee
::
STATUS_DECLINED
;
}
public
function
getTitle
()
{
return
pht
(
'%s declined this event.'
,
$this
->
renderAuthor
());
}
public
function
getTitleForFeed
()
{
return
pht
(
'%s declined %s.'
,
$this
->
renderAuthor
(),
$this
->
renderObject
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 7:27 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
67508
Default Alt Text
PhabricatorCalendarEventDeclineTransaction.php (543 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment