Page MenuHomestyx hydra

ConpherenceThreadPictureTransaction.php
No OneTemporary

ConpherenceThreadPictureTransaction.php

<?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

Mime Type
text/x-php
Expires
Wed, Nov 26, 7:18 PM (3 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347028
Default Alt Text
ConpherenceThreadPictureTransaction.php (619 B)

Event Timeline