Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91657034
PonderAnswerQuestionIDTransaction.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
Wed, Nov 13, 04:05
Size
339 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 04:05 (2 d)
Engine
blob
Format
Raw Data
Handle
22302071
Attached To
rPH Phabricator
PonderAnswerQuestionIDTransaction.php
View Options
<?php
final
class
PonderAnswerQuestionIDTransaction
extends
PonderAnswerTransactionType
{
const
TRANSACTIONTYPE
=
'ponder.answer:question-id'
;
public
function
generateOldValue
(
$object
)
{
return
$object
->
getQuestionID
();
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
$object
->
setQuestionID
(
$value
);
}
}
Event Timeline
Log In to Comment