Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101845140
FundBackerStatusTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Feb 14, 07:48
Size
317 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 07:48 (1 d, 8 h)
Engine
blob
Format
Raw Data
Handle
24239219
Attached To
rPH Phabricator
FundBackerStatusTransaction.php
View Options
<?php
final
class
FundBackerStatusTransaction
extends
FundBackerTransactionType
{
const
TRANSACTIONTYPE
=
'fund:backer:status'
;
public
function
generateOldValue
(
$object
)
{
return
$object
->
getStatus
();
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
$object
->
setStatus
(
$value
);
}
}
Event Timeline
Log In to Comment