Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F574023
PhabricatorCalendarEventAcceptTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
550 B
Referenced Files
None
Subscribers
None
PhabricatorCalendarEventAcceptTransaction.php
View Options
<?php
final
class
PhabricatorCalendarEventAcceptTransaction
extends
PhabricatorCalendarEventReplyTransaction
{
const
TRANSACTIONTYPE
=
'calendar.accept'
;
public
function
generateNewValue
(
$object
,
$value
)
{
return
PhabricatorCalendarEventInvitee
::
STATUS_ATTENDING
;
}
public
function
getTitle
()
{
return
pht
(
'%s is attending this event.'
,
$this
->
renderAuthor
());
}
public
function
getTitleForFeed
()
{
return
pht
(
'%s is attending %s.'
,
$this
->
renderAuthor
(),
$this
->
renderObject
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 6:16 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
119512
Default Alt Text
PhabricatorCalendarEventAcceptTransaction.php (550 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment