Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F568382
PonderAnswerQuestionIDTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
339 B
Referenced Files
None
Subscribers
None
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
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 1:24 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
123224
Default Alt Text
PonderAnswerQuestionIDTransaction.php (339 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment