Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F434739
PholioMockInlineTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
620 B
Referenced Files
None
Subscribers
None
PholioMockInlineTransaction.php
View Options
<?php
final
class
PholioMockInlineTransaction
extends
PholioMockTransactionType
{
const
TRANSACTIONTYPE
=
'inline'
;
public
function
generateOldValue
(
$object
)
{
return
null
;
}
public
function
getTitle
()
{
return
pht
(
'%s added inline comment(s).'
,
$this
->
renderAuthor
());
}
public
function
getTitleForFeed
()
{
return
pht
(
'%s added an inline comment to %s.'
,
$this
->
renderAuthor
(),
$this
->
renderObject
());
}
public
function
getIcon
()
{
return
'fa-comment'
;
}
public
function
getTransactionHasEffect
(
$object
,
$old
,
$new
)
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 6:14 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62497
Default Alt Text
PholioMockInlineTransaction.php (620 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment