Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F456170
PhortuneAccountEmailStatusTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
492 B
Referenced Files
None
Subscribers
None
PhortuneAccountEmailStatusTransaction.php
View Options
<?php
final
class
PhortuneAccountEmailStatusTransaction
extends
PhortuneAccountEmailTransactionType
{
const
TRANSACTIONTYPE
=
'status'
;
public
function
generateOldValue
(
$object
)
{
return
$object
->
getStatus
();
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
$object
->
setStatus
(
$value
);
}
public
function
getTitle
()
{
return
pht
(
'%s changed the status for this address to %s.'
,
$this
->
renderAuthor
(),
$this
->
renderNewValue
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 7:40 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70172
Default Alt Text
PhortuneAccountEmailStatusTransaction.php (492 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment