Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891736
PhortuneAccountEmailStatusTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
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
Sun, Jan 19, 15:41 (3 w, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126092
Default Alt Text
PhortuneAccountEmailStatusTransaction.php (492 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment