Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1647747
ConpherenceThreadPictureTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
619 B
Referenced Files
None
Subscribers
None
ConpherenceThreadPictureTransaction.php
View Options
<?php
final
class
ConpherenceThreadPictureTransaction
extends
ConpherenceThreadTransactionType
{
const
TRANSACTIONTYPE
=
'picture'
;
public
function
generateOldValue
(
$object
)
{
return
$object
->
getProfileImagePHID
();
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
$object
->
setProfileImagePHID
(
$value
);
}
public
function
getTitle
()
{
return
pht
(
'%s updated the room image.'
,
$this
->
renderAuthor
());
}
public
function
getTitleForFeed
()
{
return
pht
(
'%s updated the room image for %s.'
,
$this
->
renderAuthor
(),
$this
->
renderObject
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 16, 11:44 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
344541
Default Alt Text
ConpherenceThreadPictureTransaction.php (619 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment