Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F456165
PhortuneMerchantPictureTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
694 B
Referenced Files
None
Subscribers
None
PhortuneMerchantPictureTransaction.php
View Options
<?php
final
class
PhortuneMerchantPictureTransaction
extends
PhortuneMerchantTransactionType
{
const
TRANSACTIONTYPE
=
'merchant:picture'
;
public
function
generateOldValue
(
$object
)
{
return
$object
->
getProfileImagePHID
();
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
$object
->
setProfileImagePHID
(
$value
);
}
public
function
getTitle
()
{
return
pht
(
'%s updated the picture.'
,
$this
->
renderAuthor
());
}
public
function
getTitleForFeed
()
{
return
pht
(
'%s updated the picture for merchant %s.'
,
$this
->
renderAuthor
(),
$this
->
renderObject
());
}
public
function
getIcon
()
{
return
'fa-camera-retro'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 7:40 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70167
Default Alt Text
PhortuneMerchantPictureTransaction.php (694 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment