Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106897018
NuanceItemRequestorTransaction.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, Apr 2, 05:37
Size
336 B
Mime Type
text/x-php
Expires
Fri, Apr 4, 05:37 (2 d)
Engine
blob
Format
Raw Data
Handle
25266615
Attached To
rPH Phabricator
NuanceItemRequestorTransaction.php
View Options
<?php
final
class
NuanceItemRequestorTransaction
extends
NuanceItemTransactionType
{
const
TRANSACTIONTYPE
=
'nuance.item.requestor'
;
public
function
generateOldValue
(
$object
)
{
return
$object
->
getRequestorPHID
();
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
$object
->
setRequestorPHID
(
$value
);
}
}
Event Timeline
Log In to Comment