Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890778
PhabricatorCalendarEventAcceptTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
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
Sun, Jan 19, 14:06 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125345
Default Alt Text
PhabricatorCalendarEventAcceptTransaction.php (550 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment