Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1163529
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
Wed, Jul 2, 2:05 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
262651
Default Alt Text
PonderAnswerQuestionIDTransaction.php (339 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment